Skip to content

Commit

Permalink
tweaked test for subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyrmilligan committed Oct 31, 2017
1 parent 5e09052 commit 57dce7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('Integration', () => {

const prefix =
process.env.NODE_ENV === 'development'
? ''
? '/spa'
: 'http://www.example.org/spa';
expect(doc.getElementById('feature-public-url').textContent).to.equal(
`${prefix}.`
Expand Down

0 comments on commit 57dce7d

Please sign in to comment.