Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests: fix more failing tests
  • Loading branch information
mrmckeb committed May 28, 2020
commit 1e40cd225e6847ddb4a6876ae7c7ac2c3e381cbe
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Integration', () => {
'production'
);
expect(doc.getElementById('feature-file-env-x').textContent).toBe(
'x-from-production-env'
'x-from-original-local-env'
);
} else {
expect(doc.getElementById('feature-file-env').textContent).toBe(
Expand Down