Skip to content

Commit

Permalink
tests: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 11, 2020
1 parent f3d0310 commit 969d885
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/build-errors/errors.test.js
Expand Up @@ -3,7 +3,7 @@ const { run } = require('../utils/test-utils');
const { stat, readFile } = require('fs');
const { resolve } = require('path');

describe('warnings', () => {
describe('errors', () => {
it('should output by default', () => {
const { stdout, exitCode } = run(__dirname);

Expand Down
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@ const { run } = require('../utils/test-utils');
const { stat, readFile } = require('fs');
const { resolve } = require('path');

describe('errors', () => {
describe('warnings', () => {
it('should output by default', () => {
const { stdout, exitCode } = run(__dirname);

Expand Down

0 comments on commit 969d885

Please sign in to comment.