Add named export test to browser test cases

This commit is contained in:
Cayman 2020-11-30 10:12:18 -06:00
parent 3004076a4a
commit a44d1bf2d0
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
1 changed files with 2 additions and 2 deletions

View File

@ -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
});
};
};