fix: do not spoil global namespace

This commit is contained in:
Andrey Lushnikov 2020-02-20 22:50:12 -08:00
parent b11c1298f0
commit 0939de47c5

View file

@ -15,7 +15,7 @@
*/ */
const fs = require('fs'); const fs = require('fs');
const colors = require('colors'); const colors = require('colors/safe');
const {MatchError} = require('./Matchers.js'); const {MatchError} = require('./Matchers.js');
class Reporter { class Reporter {