+4
.husky/pre-push
+4
.husky/pre-push
+1
package.json
+1
package.json
+1
-1
src/tests/agent.test.ts
+1
-1
src/tests/agent.test.ts
···
27
27
}
28
28
}))
29
29
30
-
const { agent, login } = await import('../agent')
30
+
const { agent, login } = await import('../agent.js')
31
31
32
32
// Check that the agent was created with the correct service URL
33
33
expect(mockConstructor).toHaveBeenCalledWith({ service: 'https://pds.test.com' })
+1
-1
src/tests/limits.test.ts
+1
-1
src/tests/limits.test.ts
+1
-1
src/tests/metrics.test.ts
+1
-1
src/tests/metrics.test.ts
+1
-1
src/utils/homoglyph.test.ts
+1
-1
src/utils/homoglyph.test.ts