Relocate all the things
This commit is contained in:
8
tests/lib/is-supported.js
Normal file
8
tests/lib/is-supported.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var tape = require("tape")
|
||||
|
||||
var isSupported = require("../../lib/is-supported.js")
|
||||
|
||||
tape("test isSupported method", function(t) {
|
||||
t.true(isSupported(), "well, we run test on supported browser, so it should be ok here")
|
||||
t.end()
|
||||
})
|
||||
Reference in New Issue
Block a user