Skip to content

Commit

Permalink
chore(*): merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sharikovvladislav authored Sep 24, 2018
1 parent af15827 commit b342224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setupJest.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const MySerializer = {
}
}
};
const HTMLCommentSerializer = require('./HTMLCommentSerializer');
const getTestBed = require('@angular/core/testing').getTestBed;
const BrowserDynamicTestingModule = require('@angular/platform-browser-dynamic/testing').BrowserDynamicTestingModule;
const platformBrowserDynamicTesting = require('@angular/platform-browser-dynamic/testing').platformBrowserDynamicTesting;
Expand All @@ -46,6 +45,5 @@ getTestBed().initTestEnvironment(
platformBrowserDynamicTesting()
);

expect.addSnapshotSerializer(HTMLCommentSerializer);
expect.addSnapshotSerializer(AngularSnapshotSerializer);
expect.addSnapshotSerializer(MySerializer);

0 comments on commit b342224

Please sign in to comment.