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 Jun 8, 2024
1 parent eae39a1 commit b9769e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {cp} from "node:fs/promises";
import {env} from "node:process";
import {deleteAsync} from "del";
import esbuild from "esbuild";
import {$} from "execa";
Expand Down Expand Up @@ -50,6 +51,7 @@ export async function serve() {

// Runs the test suite.
export function test() {
env.NODE_ENV = "test";
return $`node --test --test-reporter=spec`;
}

Expand Down

0 comments on commit b9769e2

Please sign in to comment.