diff --git a/gulpfile.coffee b/gulpfile.coffee index 3b1d620..f989729 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -28,7 +28,7 @@ export publish = -> export test = -> env.NODE_ENV = "test" await npx "coffee", "--compile", "--map", "--no-header", "--output", "lib", "src", "test" - await run "node", "--enable-source-maps", "--test", "--test-reporter=spec", "lib/**/*_test.js" + await run "node", "--enable-source-maps", "--test", "lib/**/*_test.js" # Watches for file changes. export watch = ->