We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c33b0 commit 83bd3baCopy full SHA for 83bd3ba
packages/e2e/src/tickets/wrapped-keys.spec.ts
@@ -0,0 +1,5 @@
1
+import { registerWrappedKeysTests } from '../test-helpers/executeJs/wrappedKeys';
2
+
3
+describe('wrapped keys', () => {
4
+ registerWrappedKeysTests();
5
+});
0 commit comments