Skip to content

Commit 002a785

Browse files
feat: refactor
array-env.test
1 parent ad7fe98 commit 002a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/env/array/array-env.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('env array', () => {
1919
expect(prodScript.stdout).toBe('environment is production');
2020
});
2121

22-
it('is able compile sucessfully with prod flag', () => {
22+
it('is able to compile sucessfully with prod flag', () => {
2323
run(__dirname, ['--prod']);
2424
const devFile = path.join(__dirname, './bin/dev.js');
2525
const prodFile = path.join(__dirname, './bin/prod.js');

0 commit comments

Comments
 (0)