mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Rename qunit test bundle
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
const baseKarmaConfig = require("./karma.config.base");
|
||||
const testFiles = ["../node_modules/@babel/polyfill/dist/polyfill.js", "../tests/qunit/test.js"];
|
||||
const testFiles = ["../node_modules/@babel/polyfill/dist/polyfill.js", "../tests/qunit/testBundle.js"];
|
||||
const preprocessors = testFiles.reduce((result, path) => {
|
||||
result[path] = ["webpack"];
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user