Skip to content

Commit

Permalink
chore: reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Nov 8, 2024
1 parent 40d1301 commit 6881224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filter-e2e.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

let e2eTests = ['test/e2e/basename.test.ts'];
let e2eTests = ['test/fixtures', 'test/e2e'];

if (process.env.SKIP_FIXTURES) {
e2eTests = e2eTests.filter(s => s !== 'test/fixtures');
Expand Down

0 comments on commit 6881224

Please sign in to comment.