Remove .only

This commit is contained in:
Leonid Logvinov 2018-03-21 16:39:37 +01:00
parent d118116548
commit 2c7fdac5cd
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -13,7 +13,7 @@ import { fsWrapper } from '../src/utils/fs_wrapper';
chai.use(dirtyChai);
const expect = chai.expect;
describe.only('Compiler utils', () => {
describe('Compiler utils', () => {
describe('#getNormalizedErrorMessage', () => {
it('normalizes the error message', () => {
const errMsg = 'base/Token.sol:6:46: Warning: Unused local variable';