Skip to content

Commit

Permalink
fix(spec): re-enable CSS build test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch authored and ZauberNerd committed Mar 26, 2018
1 parent 823b562 commit 832cf04
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/spec/serve.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ describe('production server', function() {
expect(fileNames).toContainEqual(
expect.stringMatching(/^vendor-[0-9a-f]+\.js$/)
);
// #TODO: re-enable this!
// expect(fileNames).toContainEqual(
// expect.stringMatching(/^main-[0-9a-f]+\.css$/)
// );
expect(fileNames).toContainEqual(
expect.stringMatching(/^main-[0-9a-f]+\.css$/)
);
});

it('should deliver expected html page', function() {
Expand Down

0 comments on commit 832cf04

Please sign in to comment.