We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876de93 commit 405f6dbCopy full SHA for 405f6db
packages/react-scripts/fixtures/kitchensink/integration/env.test.js
@@ -50,7 +50,7 @@ describe('Integration', () => {
50
51
const prefix =
52
process.env.NODE_ENV === 'development'
53
- ? ''
+ ? '/static'
54
: 'http://www.example.org/spa';
55
expect(doc.getElementById('feature-public-url').textContent).to.equal(
56
`${prefix}.`
0 commit comments