Remove .only

This commit is contained in:
Leonid Logvinov
2018-03-21 16:39:37 +01:00
parent d118116548
commit 2c7fdac5cd

View File

@@ -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';