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.
1 parent 6d0557f commit 2b56ae9Copy full SHA for 2b56ae9
packages/node/test/integrations/http.test.ts
@@ -47,6 +47,9 @@ describe('httpIntegration', () => {
47
['/browserconfig.xml', true],
48
// non-static routes
49
['/api/users', false],
50
+ ['/some-json.json', false],
51
+ ['/some-xml.xml', false],
52
+ ['/some-txt.txt', false],
53
['/users', false],
54
['/graphql', false],
55
['/', false],
0 commit comments