Skip to content

Commit

Permalink
feat: Add smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Mar 18, 2022
1 parent b6d51ef commit 801b4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-functionality/src/__tests__/smoke.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { SOURCEGRAPH_URL } = process.env

if (!SOURCEGRAPH_URL) {
throw new Error('SOURCEGRAPH_URL was not set. Please provide a valid URL to run the smoke tests against')
throw new Error('SOURCEGRAPH_URL was not set. Please provide a valid URL to run the smoke tests against.')
}

describe('Smoke tests', () => {
Expand Down

0 comments on commit 801b4f2

Please sign in to comment.