Skip to content

Commit 405f6db

Browse files
try fixing tests
1 parent 876de93 commit 405f6db

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/fixtures/kitchensink/integration

1 file changed

+1
-1
lines changed

packages/react-scripts/fixtures/kitchensink/integration/env.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Integration', () => {
5050

5151
const prefix =
5252
process.env.NODE_ENV === 'development'
53-
? ''
53+
? '/static'
5454
: 'http://www.example.org/spa';
5555
expect(doc.getElementById('feature-public-url').textContent).to.equal(
5656
`${prefix}.`

0 commit comments

Comments
 (0)