This commit is contained in:
ido 2017-06-29 11:08:52 +03:00
parent 62b7d11cfc
commit f58ee987f0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const test = require('tape')
const path = require('path')
const dataPath = path.resolve(__dirname, '..', 'data')
const specs = ['rt.invalid', 'rt.valid', 'rt-html-valid', 'utils', 'shell', 'rtStyle', 'fsUtil'];
const specs = ['rt.invalid', 'rt.valid', 'rt-html-valid', 'utils', 'shell', 'rtStyle', 'fsUtil']
specs
.map(file => require(`./${file}.spec`))