remove submodules

This commit is contained in:
Nathan Cahill
2018-11-04 14:32:14 -07:00
parent 7c3619675a
commit f1d912e4bd
25 changed files with 8229 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
module.exports = config => {
config.set({
frameworks: ['jasmine'],
browsers: ['FirefoxHeadless', 'ChromeHeadless'],
singleRun: true,
files: ['dist/split.js', 'test/split.spec.js'],
})
}