Skip to content

Commit

Permalink
Loading in both cases but tests not found for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
maier49 committed Mar 17, 2020
1 parent d398dad commit 89e9047
Show file tree
Hide file tree
Showing 5 changed files with 1,522 additions and 250 deletions.
48 changes: 24 additions & 24 deletions .dojorc
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
"externals": {
"outputPath": ".",
"dependencies": [
{
"from": "node_modules/intern/browser/intern.js",
"to": "browser/intern.js"
},
{
"from": "node_modules/intern/browser/config.js",
"to": "browser/config.js"
},
{
"from": "node_modules/intern/loaders/default.js",
"to": "intern/loaders/default.js"
},
{
"from": "node_modules/intern/loaders/default.js",
"to": "loaders/default.js"
},
{
"from": "node_modules/intern/index.html",
"to": "intern/index.html"
},
{
"from": "intern",
"to": "intern"
}
{
"from": "node_modules/intern/browser/intern.js",
"to": "intern/browser/intern.js"
},
{
"from": "node_modules/intern/browser/config.js",
"to": "intern/browser/config.js"
},
{
"from": "node_modules/intern/loaders/default.js",
"to": "intern/loaders/default.js"
},
{
"from": "node_modules/intern/loaders/default.js",
"to": "loaders/default.js"
},
{
"from": "node_modules/intern/index.html",
"to": "intern/index.html"
},
{
"from": "intern",
"to": "intern"
}
]
}
},
Expand Down
Loading

0 comments on commit 89e9047

Please sign in to comment.