Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
"use strict";
module.exports = function (config) {
config.set({
basePath: "",
files: ["./test/browser.js"],
preprocessors: {
"test/browser.js": ["webpack"]
},
webpack: {
mode: "development"
},
frameworks: ["mocha"],
reporters: ["dots"],
browsers: ["Firefox"],
singleRun: true
});
};