parent
c7b045a037
commit
b69b8889fe
|
@ -413,7 +413,7 @@ test('should have output dir based on rootDir (cwd)', async ({ runInlineTest },
|
|||
`,
|
||||
}, {}, {}, { usesCustomOutputDir: true });
|
||||
expect(result.exitCode).toBe(0);
|
||||
expect(fs.existsSync(testInfo.outputPath('test-results', 'example-hello-world', 'hello')));
|
||||
expect(fs.existsSync(testInfo.outputPath('test-results', 'example-hello-world', 'foo.txt'))).toBe(true);
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue