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 failing env tests
  • Loading branch information
mrmckeb committed May 28, 2020
commit cbebd1082ac1fc7a553f37bf204f64b350efc21b
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Integration', () => {
'development'
);
expect(doc.getElementById('feature-file-env-x').textContent).toBe(
'x-from-development-env'
'x-from-original-local-env'
);
}
});
Expand Down