Skip to content

Commit 83bd3ba

Browse files
committed
feat(wrapped-keys): naga-test works when running against wrapped-keys.spec.ts directly, but not e2e.spec.ts
1 parent f1c33b0 commit 83bd3ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { registerWrappedKeysTests } from '../test-helpers/executeJs/wrappedKeys';
2+
3+
describe('wrapped keys', () => {
4+
registerWrappedKeysTests();
5+
});

0 commit comments

Comments
 (0)