Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Viewing all articles
Browse latest Browse all 1864

New Post: include sinon on my tests

$
0
0
how can i include sinon on my project i work with requirejs an qunit?
i try this but it's not working to me

{
"Framework": "qunit",
"TestHarnessReferenceMode": "AMD",
"TestHarnessLocationMode": "SettingsFileAdjacent",
"References": [
    { "Path": "Scripts/require.js" },
    { "Path": "sinon.js" }
]
}

Viewing all articles
Browse latest Browse all 1864

Trending Articles