JSFiddle - React, Tailwind, and code Playground
by whitewolf
JavaScript
basePath = '../';
files = [
REQUIRE,
REQUIRE_ADAPTER,
ANGULAR_SCENARIO,
ANGULAR_SCENARIO_ADAPTER,
// make these files loaded by karma but not run them.
{pattern: 'functional/specs/**/*.js', included: false},
'some js'
];
// list of files to exclude
exclude = [
];
proxies = {
'/': 'http://localhost:9000/'
};
// web server port
port = 8000;
// cli runner port
runnerPort = 9200;
autoWatch = true;
browsers = ['Chrome'];
singleRun = false;