We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preflight
1 parent 8e19ce9 commit 4f2ff80Copy full SHA for 4f2ff80
__tests__/e2e.test.ts
@@ -71,6 +71,7 @@ function sortStdoutAndStripVersionNumber(stdout: string) {
71
test('Passes in the react-passing test project', async () => {
72
const { stdout, stderr } = await execa({
73
cwd: `${fixturesTempDir}/react-passing`,
74
+ shell: true,
75
})`preflight`;
76
77
expect(sortStdoutAndStripVersionNumber(stdout)).toMatchSnapshot();
@@ -80,6 +81,7 @@ test('Passes in the react-passing test project', async () => {
80
81
test('Passes in the next-js-passing test project', async () => {
82
83
cwd: `${fixturesTempDir}/next-js-passing`,
84
85
86
87
0 commit comments