We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d38972 commit c3da4bfCopy full SHA for c3da4bf
1 file changed
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