Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Commit 1e7b0a8

Browse files
authored
Shim helpers (#365)
* Converting to load helpers from shim * Removing usage of forOf and replacing with for..of * Migrating to use loader from grunt-dojo2 * Forcing functional tests to load first * Fixing whitespace in imports
1 parent 8181d22 commit 1e7b0a8

File tree

20 files changed

+105
-7684
lines changed

20 files changed

+105
-7684
lines changed

intern.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
2323
],
2424

2525
"browser": {
26-
"loader": {
27-
"script": "dojo2",
28-
"options": {
29-
"packages": [
30-
{ "name": "src", "location": "_build/src" },
31-
{ "name": "tests", "location": "_build/tests" },
32-
{ "name": "@dojo", "location": "node_modules/@dojo" },
33-
{ "name": "sinon", "location": "node_modules/sinon/pkg", "main": "sinon" }
34-
]
35-
}
36-
},
37-
3826
"suites+": [
3927
"./_build/tests/unit/all-browser.js"
4028
]

0 commit comments

Comments
 (0)