Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 7 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | const { execSync } = require("child_process"); |
||
2 | |||
3 | it("", () => expect( |
||
4 | execSync("npm run --silent run").toString() |
||
5 | ).toBe( |
||
6 | "arg env is cool !!!!!111\n" |
||
7 | )) |
||
8 |