Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmunechika committed Mar 7, 2022
1 parent b895b2d commit 53fd890
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/server/test/unit/project_spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { theme } = require('@packages/errors/src/errTemplate')

require('../spec_helper')

const mockedEnv = require('mocked-env')
Expand Down Expand Up @@ -248,7 +246,7 @@ describe('lib/project-base', () => {
family: 'some-other-family',
name: 'some-other-name',
warning: `\
Your project has set the configuration option: ${theme.yellow('chromeWebSecurity')} to ${theme.blue('false')}
Your project has set the configuration option: chromeWebSecurity to false
This option will not have an effect in Some-other-name. Tests that rely on web security being disabled will not run as expected.\
`,
Expand Down

0 comments on commit 53fd890

Please sign in to comment.