Skip to content

Commit

Permalink
Fixed watch-snapshot test with storeFile option (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Aug 1, 2023
1 parent 56b2d3a commit 40f5d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/switcher-watch-snapshot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe('E2E test - Switcher offline - Watch Snapshot:', function () {
beforeEach(async function() {
updateSwitcher(true);
Switcher.buildContext({ domain, component, environment }, {
snapshotStoreFile: true,
snapshotLocation: 'generated-snapshots/',
offline: true,
regexSafe: false
Expand Down

0 comments on commit 40f5d22

Please sign in to comment.