how can i include sinon on my project i work with requirejs an qunit?
i try this but it's not working to me
{
i try this but it's not working to me
{
"Framework": "qunit",
"TestHarnessReferenceMode": "AMD",
"TestHarnessLocationMode": "SettingsFileAdjacent",
"References": [
{ "Path": "Scripts/require.js" },
{ "Path": "sinon.js" }
]
}