Skip to content

Commit

Permalink
Update the "test" task [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 13, 2024
1 parent 8658ce3 commit c51eab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import gulp from "gulp"
import {spawn} from "node:child_process"
import {readdir, rm} from "node:fs/promises"
import {join} from "node:path"
import {env} from "node:process"

# Builds the project.
export build = ->
Expand All @@ -26,7 +25,6 @@ export publish = ->

# Runs the test suite.
export test = ->
env.NODE_ENV = "test"
await npx "coffee", "--compile", "--map", "--no-header", "--output", "lib", "src", "test"
await run "node", "--enable-source-maps", "--test"

Expand Down

0 comments on commit c51eab0

Please sign in to comment.