Skip to content

Commit

Permalink
Consolidate existing dojo/core modules (#53)
Browse files Browse the repository at this point in the history
* Trim and restructure core modules

* Rename to has/presets/dojo.ts to has/preset.ts
  • Loading branch information
agubler authored Aug 13, 2018
1 parent b3c6da7 commit 07f327e
Show file tree
Hide file tree
Showing 139 changed files with 906 additions and 19,622 deletions.
7 changes: 1 addition & 6 deletions intern.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"functionalSuites": [
"./dist/dev/tests/has/functional/all.js",
"./dist/dev/tests/shim/functional/all.js",
"./dist/dev/tests/core/functional/all.js",
"./dist/dev/tests/i18n/functional/**/*.js",
"./dist/dev/tests/widget-core/functional/all.js",
"./dist/dev/tests/routing/functional/**/*.js",
"./dist/dev/tests/stores/functional/all.js"
],

"plugins": [
"./node_modules/whatwg-fetch/fetch.js",
{
"script": "./dist/dev/src/shim/main",
"useLoader": true
Expand Down Expand Up @@ -58,7 +58,6 @@
}
},
"suites+": [
"./dist/dev/tests/core/unit/all-browser",
"./dist/dev/tests/routing/unit/all.js"
],
"plugins+": [
Expand All @@ -75,13 +74,9 @@

"node": {
"suites+": [
"./dist/dev/tests/core/unit/all-node",
"./dist/dev/tests/routing/unit/**/*.js",
"!./dist/dev/tests/routing/unit/**/all.js",
"!./dist/dev/tests/routing/unit/history/StateHistory.js"
],
"plugins+": [
"./dist/dev/tests/core/plugins/echo-service.js"
]
}
}
Loading

0 comments on commit 07f327e

Please sign in to comment.