1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
import test from 'ava'; |
|||
import browserEnv from '../dist'; |
|||
|
|||
test(t => { |
|||
const origConsole = console; |
|||
browserEnv(); |
|||
t.is(origConsole, console); |
|||
}); |
Loading…
Reference in new issue