git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 12b89c112b20cdf2aef4454f6c59cd52a630d9d8

Files: 12b89c112b20cdf2aef4454f6c59cd52a630d9d8 / app / spec.js

227 bytesRaw
1const ava = require('ava/api')
2const glob = require('glob')
3
4glob('{spec/*.js,*/spec.js,*/spec/*.js}', { cwd: __dirname }, function (err, files) {
5 if (err) { throw err }
6
7 if (files.length > 0) {
8 ava(files).run()
9 }
10})
11

Built with git-ssb-web