Skip to content

Commit

Permalink
fix(build): removes fit
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 11, 2018
1 parent 41f3ef4 commit 23cb4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/schematics/ngrx.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { newApp, newProject, runCLI } from '../utils';

describe('ngrx', () => {
fit(
it(
'should work',
() => {
newProject();
Expand Down
2 changes: 1 addition & 1 deletion e2e/schematics/upgrade-module.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { newApp, newProject, runCLI, updateFile } from '../utils';

describe('Upgrade', () => {
fit(
it(
'should generate an UpgradeModule setup',
() => {
newProject();
Expand Down

0 comments on commit 23cb4ae

Please sign in to comment.