Remove .only
This commit is contained in:
@@ -13,7 +13,7 @@ import { fsWrapper } from '../src/utils/fs_wrapper';
|
|||||||
chai.use(dirtyChai);
|
chai.use(dirtyChai);
|
||||||
const expect = chai.expect;
|
const expect = chai.expect;
|
||||||
|
|
||||||
describe.only('Compiler utils', () => {
|
describe('Compiler utils', () => {
|
||||||
describe('#getNormalizedErrorMessage', () => {
|
describe('#getNormalizedErrorMessage', () => {
|
||||||
it('normalizes the error message', () => {
|
it('normalizes the error message', () => {
|
||||||
const errMsg = 'base/Token.sol:6:46: Warning: Unused local variable';
|
const errMsg = 'base/Token.sol:6:46: Warning: Unused local variable';
|
||||||
|
Reference in New Issue
Block a user