1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-28 16:17:18 +00:00

fix: ignore invalid tests

This commit is contained in:
sota1235
2017-01-12 00:23:44 +09:00
parent 7d26d46c7b
commit b0f288e103
11 changed files with 1 additions and 1 deletions

View File

@@ -124,7 +124,7 @@
},
"ava": {
"files": [
"tests/**/*.js"
"tests/**/*-test.js"
],
"require": [
"babel-register"