Skip to content

Commit

Permalink
Update the "test" task
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 13, 2024
1 parent 5923de7 commit ee140d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ->
Expand Down

0 comments on commit ee140d8

Please sign in to comment.