Skip to content

Commit

Permalink
chore: suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: James George <jamesgeorge998001@gmail.com>
  • Loading branch information
snitin315 and jamesgeorge007 committed Jun 3, 2020
1 parent ec47f29 commit 8940239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no-hot/no-hot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { run } = require('../utils/test-utils');
const { stat, readFile } = require('fs');
const { resolve } = require('path');
describe('no-hot flag', () => {
it('shoul,d be successful when --no-hot is passed', (done) => {
it('should be successful when --no-hot is passed', (done) => {
const { stderr, stdout } = run(__dirname, ['--no-hot']);
expect(stderr).toBeFalsy();
expect(stdout).toBeTruthy();
Expand Down

0 comments on commit 8940239

Please sign in to comment.