Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit bc0779f

Browse files
committed
Added proper tags to test file
1 parent 5fdfdb6 commit bc0779f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test-local.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*global describe:false, it:false */
22

3+
"use server";
4+
"use mocha";
5+
36
var expect = require('chai').expect;
47

58
describe('vfs-local', function () {

0 commit comments

Comments
 (0)