Skip to content

Commit

Permalink
chore: 🤖 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 1, 2020
1 parent d1424f8 commit 81418fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no-mode/no-mode.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('no-mode flag', () => {
});
});

it('should load a production config when --no-mode and --prod are passed', done => {
it('should load a development config when --no-mode and --prod are passed', done => {
const { stderr, stdout } = run(__dirname, ['--no-mode', '--prod']);
expect(stderr).toContain('"no-mode" will be used');
expect(stdout).toBeTruthy();
Expand Down

0 comments on commit 81418fc

Please sign in to comment.