Add named export test to browser test cases
This commit is contained in:
parent
3004076a4a
commit
a44d1bf2d0
|
@ -6,7 +6,7 @@ module.exports = function(config) {
|
|||
|
||||
basePath: "",
|
||||
frameworks: ["mocha", "chai"],
|
||||
files: ["test/unit/run-web-implementation.test.ts"],
|
||||
files: ["test/unit/run-web-implementation.test.ts", "test/unit/index-named-exports.test.ts"],
|
||||
exclude: [],
|
||||
preprocessors: {
|
||||
"test/**/*.ts": ["webpack"]
|
||||
|
@ -23,4 +23,4 @@ module.exports = function(config) {
|
|||
|
||||
singleRun: true
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Reference in New Issue