use jest for CI

This commit is contained in:
xiaofeng.mxf
2020-01-20 19:57:38 +08:00
parent d3c306b976
commit 699ac3dbfa
69 changed files with 967 additions and 3353 deletions

3
test/fixtures/someRule.js vendored Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
foo: 'bar',
};