@react-mvi/testing
Version:
Test module for React MVI.
169 lines (166 loc) • 4.9 kB
JavaScript
System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*",
"main": "/src/index"
},
packages: {
"/src": {
"defaultExtension": "ts",
"meta": {
"*.tsx": {
"loader": "ts"
},
"*.ts": {
"loader": "ts"
}
}
},
"/base/src": {
"defaultExtension": "ts",
"meta": {
"*.tsx": {
"loader": "ts"
},
"*.ts": {
"loader": "ts"
}
}
}
},
map: {
"babel": "npm:babel-core@5.8.38",
"babel-runtime": "npm:babel-runtime@5.8.38",
"chai": "npm:chai@3.5.0",
"core-js": "npm:core-js@1.2.6",
"es6-symbol": "npm:es6-symbol@3.0.2",
"lodash": "npm:lodash@4.12.0",
"mocha": "npm:mocha@2.5.1",
"sinon": "npm:sinon@1.17.4",
"ts": "github:frankwallis/plugin-typescript@4.0.16",
"tsconfig.json": "/src/tsconfig.json",
"whatwg-fetch": "npm:whatwg-fetch@1.0.0",
"github:frankwallis/plugin-typescript@4.0.16": {
"typescript": "npm:typescript@1.8.10"
},
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.4.0"
},
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.6.0"
},
"github:jspm/nodelibs-os@0.1.0": {
"os-browserify": "npm:os-browserify@0.1.2"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.3"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"npm:assert@1.4.0": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"buffer-shims": "npm:buffer-shims@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "npm:util@0.10.3"
},
"npm:babel-runtime@5.8.38": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:buffer-shims@1.0.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
},
"npm:buffer@3.6.0": {
"base64-js": "npm:base64-js@0.0.8",
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:chai@3.5.0": {
"assertion-error": "npm:assertion-error@1.0.1",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"deep-eql": "npm:deep-eql@0.1.3",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
"type-detect": "npm:type-detect@1.0.0"
},
"npm:core-js@1.2.6": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:d@0.1.1": {
"es5-ext": "npm:es5-ext@0.10.11"
},
"npm:deep-eql@0.1.3": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"type-detect": "npm:type-detect@0.1.1"
},
"npm:es5-ext@0.10.11": {
"es6-iterator": "npm:es6-iterator@2.0.0",
"es6-symbol": "npm:es6-symbol@3.0.2",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:es6-iterator@2.0.0": {
"d": "npm:d@0.1.1",
"es5-ext": "npm:es5-ext@0.10.11",
"es6-symbol": "npm:es6-symbol@3.0.2"
},
"npm:es6-symbol@3.0.2": {
"d": "npm:d@0.1.1",
"es5-ext": "npm:es5-ext@0.10.11"
},
"npm:formatio@1.1.1": {
"process": "github:jspm/nodelibs-process@0.1.2",
"samsam": "npm:samsam@1.1.2"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:lodash@4.12.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:mocha@2.5.1": {
"css": "github:systemjs/plugin-css@0.1.21"
},
"npm:os-browserify@0.1.2": {
"os": "github:jspm/nodelibs-os@0.1.0"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:process@0.11.3": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
},
"npm:sinon@1.17.4": {
"formatio": "npm:formatio@1.1.1",
"lolex": "npm:lolex@1.3.2",
"process": "github:jspm/nodelibs-process@0.1.2",
"samsam": "npm:samsam@1.1.2",
"util": "npm:util@0.10.3"
},
"npm:typescript@1.8.10": {
"os": "github:jspm/nodelibs-os@0.1.0"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
}
}
});