We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b9bd commit 7f888a3Copy full SHA for 7f888a3
1 file changed
test/test.js
@@ -1,4 +1,9 @@
1
void function () {
2
+ // check env
3
+ if (typeof window === 'undefined') {
4
+ console.error('[Sample] Open test.html in browsers to run tests!')
5
+ return
6
+ }
7
8
describe('Util', function () {
9
describe('sample.__util()', function () {
0 commit comments