Skip to content

Commit 57dce7d

Browse files
tweaked test for subpath
1 parent 5e09052 commit 57dce7d

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+
? '/spa'
5454
: 'http://www.example.org/spa';
5555
expect(doc.getElementById('feature-public-url').textContent).to.equal(
5656
`${prefix}.`

0 commit comments

Comments
 (0)