mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Clean and organize mocha test configurations (#202)
This commit is contained in:
parent
4b425eb524
commit
225afb750f
3 changed files with 2 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -84,7 +84,8 @@ test-go:
|
|||
test-js:
|
||||
_mocha --compilers js:babel-core/register \
|
||||
--recursive 'frontend/**/*.tests.js*' \
|
||||
--require 'frontend/.test.setup.js'
|
||||
--require 'frontend/.test.setup.js' \
|
||||
--require 'frontend/test/loaderMock.js'
|
||||
|
||||
test: lint-go lint-js test-go test-js
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
--compilers js:babel-register
|
||||
--require test/loaderMock.js
|
||||
|
||||
Loading…
Reference in a new issue