Skip to content

Commit

Permalink
fixup! feat(platform-server): update domino to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru committed Aug 18, 2018
1 parent d287dfd commit e3f7e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-server/test/integration_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class HiddenModule {
expect(output).toContain('Works!');
expect(output).toContain('ng-trigger-myAnimation');
expect(output).toContain('opacity:1;');
expect(output).toContain('transform:translate3d(0, 0, 0);');
expect(output).toContain('transform:translate3d(0 , 0 , 0);');
expect(output).toContain('font-weight:bold;');
called = true;
});
Expand Down

0 comments on commit e3f7e53

Please sign in to comment.