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.
2 parents 2d38972 + c3da4bf commit 4c36571Copy full SHA for 4c36571
test/auth.test.js
@@ -30,7 +30,7 @@ beforeAll(() => {
30
31
test('AUTH: should throw without params', () => {
32
const promise = getToken()
33
- return expect(promise).rejects.toThrow('The "path" argument must be of type string. Received undefined')
+ return expect(promise).rejects.toThrow('The "path" argument must be of type string. Received')
34
})
35
36
test('AUTH: should throw with invalid path', () => {
0 commit comments