Skip to content

Commit 2b56ae9

Browse files
committed
add tests
1 parent 6d0557f commit 2b56ae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/node/test/integrations/http.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ describe('httpIntegration', () => {
4747
['/browserconfig.xml', true],
4848
// non-static routes
4949
['/api/users', false],
50+
['/some-json.json', false],
51+
['/some-xml.xml', false],
52+
['/some-txt.txt', false],
5053
['/users', false],
5154
['/graphql', false],
5255
['/', false],

0 commit comments

Comments
 (0)