I guess you already solved your problem but in case somebody has the same.
The problem comes from the configuration you have a wallaby.js
Done like that means that wallaby will only consider js files with this pattern: tests/**/*Spec.js
Since your configuration file do not have Spec in the name it is not loaded by wallaby.js
To fix that simply put this as a pattern for the test files: tests/**/*.js
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…