Skip to content

Commit

Permalink
Don't clutter output with build logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun committed Sep 8, 2023
1 parent c9d57f2 commit 0a8737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser-unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as mime from "mime-types";
import * as util from "util";

test('Browser Unit Tests', async () => {
child_process.spawnSync('npm', ['run', 'build:dev'], { stdio: 'inherit' });
child_process.execSync("npm run build:dev");

const PORT = 3000;
const ROOT_PATH = path.join(process.cwd(), "./dist");
Expand Down

0 comments on commit 0a8737a

Please sign in to comment.