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