mirror of
https://github.com/typicode/json-server.git
synced 2025-07-29 21:23:41 +08:00
webpack 4 + preact (#786)
This commit is contained in:
@ -698,10 +698,10 @@ describe('Server', () => {
|
||||
.expect(200))
|
||||
})
|
||||
|
||||
describe('GET /style.css', () => {
|
||||
describe('GET /main.css', () => {
|
||||
it('should respond with css', () =>
|
||||
request(server)
|
||||
.get('/style.css')
|
||||
.get('/main.css')
|
||||
.expect('Content-Type', /css/)
|
||||
.expect(200))
|
||||
})
|
||||
|
Reference in New Issue
Block a user