Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert test skips
  • Loading branch information
baileympearson committed Jun 11, 2024
commit 19eff0b99b3d4b19760b07a43a719b5ea2b49e98
7 changes: 1 addition & 6 deletions test/unit/assorted/imports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ function* walk(root) {
}
}

// these tests take a long time to run and never break, setting `SKIP_IMPORT`
// will skip these tests locally.
//
// alternatively, we could consider getting rid of them, since they caught anything in 3 years.
const test = process.env.SKIP_IMPORT ? describe.skip : describe;
test('importing mongodb driver', () => {
describe('importing mongodb driver', () => {
const sourceFiles = walk(path.resolve(__dirname, '../../../src'));

for (const sourceFile of sourceFiles) {
Expand Down