Skip to content

Commit

Permalink
Chore: Ensure test doesn't output new files
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 15, 2021
1 parent 6c8b62b commit a04b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/types.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
/* eslint-disable no-console */

const { execSync } = require("child_process");
execSync("cd tests/fixtures/typescript-project && npm i && tsc index.ts");
execSync("cd tests/fixtures/typescript-project && npm i && tsc --showConfig index.ts");
console.log("env.d.ts load: success");

0 comments on commit a04b84e

Please sign in to comment.