We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e920d7c commit e849b4cCopy full SHA for e849b4c
1 file changed
test/unit/mock-http.test.ts
@@ -333,6 +333,6 @@ describe('Mocked API tests', () => {
333
})
334
335
it('should export assemblyInstructionsSchema', () => {
336
- expect(assemblyInstructionsSchema).toBe
+ expect(assemblyInstructionsSchema).toBeDefined()
337
338
0 commit comments