Skip to content

Commit e5d4bb6

Browse files
authored
Update npm/webpack-dev-server/test/devServer-e2e.spec.ts
1 parent 404408e commit e5d4bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/webpack-dev-server/test/devServer-e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const requestSpecFile = (file: string, port: number) => {
2828
})
2929
}
3030

31-
// give webpack a little time (200ms)to compile before sending the request so the spec is available in the file system.
31+
// give webpack a little time (200ms) to compile before sending the request so the spec is available in the file system.
3232
// alternative would be to listen to a compile event or check stdout to see if webpack compiled successfully
3333
setTimeout(() => {
3434
http.request(opts, callback).end()

0 commit comments

Comments
 (0)