Skip to content

Commit 694a69a

Browse files
committed
mongodb-ts-autocomplete also lives outside of the snapshot
1 parent bd223b2 commit 694a69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test/e2e-snapshot.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('e2e snapshot support', function () {
156156
);
157157
verifyAllThatMatchAreInCategory(
158158
'snapshot',
159-
/^node_modules\/(@babel\/types|@babel\/traverse|@mongodb-js\/devtools-connect|mongodb)\/|^packages\/(?!shell-api\/lib\/api-export\.js$)/
159+
/^node_modules\/(@babel\/types|@babel\/traverse|@mongodb-js\/devtools-connect|mongodb)\/|^packages\/(?!(shell-api\/lib\/api-export\.js|cli-repl\/node_modules\/@mongodb-js\/mongodb-ts-autocomplete\/))/
160160
);
161161
});
162162
});

0 commit comments

Comments
 (0)