Skip to content

Commit

Permalink
updated a test
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 7, 2019
1 parent 2bbef9f commit ce4a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test("Will generate correct polyfills for IE11", async t => {
port: config.port,
path: `${
constant.endpoint.polyfill
}?features=web-components,es,class-list,system|variant=system,custom-event,url,fetch,object-fit,intersection-observer,animation,regenerator-runtime,requestanimationframe,requestidlecallback,resize-observer,pointer-event,dom.collections.iterable,scroll-behavior,zone|error,esnext.reflect`,
}?features=web-components,es,class-list,system|variant=system,custom-event,url,fetch,object-fit,intersection-observer,animation,regenerator-runtime,requestanimationframe,requestidlecallback,resize-observer,pointer-event,dom.collections.iterable,scroll-behavior,zone|error,esnext.reflect,intl|force|locale=en~da`,
acceptEncoding: undefined
});

Expand Down

0 comments on commit ce4a91f

Please sign in to comment.