Skip to content

Commit

Permalink
Remove colon test to make git on windows happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 10, 2020
1 parent adbdb01 commit 1ba0c86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion test/integration/dynamic-routing/public/hello:copy.txt

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/dynamic-routing/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,13 +378,6 @@ function runTests(dev) {
expect(res.status).toBe(200)
})

it('should serve file with colon from public folder', async () => {
const res = await fetchViaHTTP(appPort, '/hello:copy.txt')
const text = (await res.text()).trim()
expect(text).toBe('hello world :')
expect(res.status).toBe(200)
})

if (dev) {
it('should work with HMR correctly', async () => {
const browser = await webdriver(appPort, '/post-1/comments')
Expand Down

0 comments on commit 1ba0c86

Please sign in to comment.