Skip to content

Commit

Permalink
Merge pull request #4324 from snyk/fix/swift-build-folder
Browse files Browse the repository at this point in the history
fix: exclude .build folder
  • Loading branch information
DOlufemi authored Jan 12, 2023
2 parents d47d6e3 + 644bd0b commit d535277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/find-files.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test('find Package.swift file in test fixture ignoring .build folder', async (t)
const expected = [];
t.same(result.sort(), expected.sort(), 'should return expected file');
});
test('find Package.swift file in test fixture ignoring test.build folder', async (t) => {
test('find Package.swift file in test fixture ignoring test.build folder ', async (t) => {
const nodeModulesPath = path.join(testFixture, 'swift', 'test.build');
const { files: result } = await find(
nodeModulesPath,
Expand Down

0 comments on commit d535277

Please sign in to comment.