Skip to content

Commit 1092ba0

Browse files
committed
Loading in both cases but tests not found for dist
1 parent f074fdd commit 1092ba0

File tree

6 files changed

+1529
-250
lines changed

6 files changed

+1529
-250
lines changed

.dojorc

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
"externals": {
55
"outputPath": ".",
66
"dependencies": [
7-
{
8-
"from": "node_modules/intern/browser/intern.js",
9-
"to": "browser/intern.js"
10-
},
11-
{
12-
"from": "node_modules/intern/browser/config.js",
13-
"to": "browser/config.js"
14-
},
15-
{
16-
"from": "node_modules/intern/loaders/default.js",
17-
"to": "intern/loaders/default.js"
18-
},
19-
{
20-
"from": "node_modules/intern/loaders/default.js",
21-
"to": "loaders/default.js"
22-
},
23-
{
24-
"from": "node_modules/intern/index.html",
25-
"to": "intern/index.html"
26-
},
27-
{
28-
"from": "intern",
29-
"to": "intern"
30-
}
7+
{
8+
"from": "node_modules/intern/browser/intern.js",
9+
"to": "intern/browser/intern.js"
10+
},
11+
{
12+
"from": "node_modules/intern/browser/config.js",
13+
"to": "intern/browser/config.js"
14+
},
15+
{
16+
"from": "node_modules/intern/loaders/default.js",
17+
"to": "intern/loaders/default.js"
18+
},
19+
{
20+
"from": "node_modules/intern/loaders/default.js",
21+
"to": "loaders/default.js"
22+
},
23+
{
24+
"from": "node_modules/intern/index.html",
25+
"to": "intern/index.html"
26+
},
27+
{
28+
"from": "intern",
29+
"to": "intern"
30+
}
3131
]
3232
}
3333
},

0 commit comments

Comments
 (0)