Skip to content

Commit

Permalink
chore: bump workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored Dec 15, 2024
1 parent feca9ea commit 831b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pluginutils/test/createFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const resolve = (...parts: string[]) => normalizePath(rawResolve(...parts));

test.beforeEach(() => process.chdir(__dirname));

test('includes by default', (t) => {
test('includes by default ', (t) => {
const filter = createFilter();
t.truthy(filter(resolve('x')));
});
Expand Down

0 comments on commit 831b717

Please sign in to comment.