We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46017ab commit e2ceb04Copy full SHA for e2ceb04
2 files changed
src/checks.ts
src/checks.test.ts src/checks/checks.test.tssrc/checks.test.ts renamed to src/checks/checks.test.ts
@@ -1,4 +1,4 @@
1
-import { createClientInitializationCheck } from './checks';
+import { createClientInitializationCheck } from './client';
2
3
describe('createClientInitializationCheck', () => {
4
it('should return SUCCESS for a valid initialize request', () => {
0 commit comments