add testing env
This commit is contained in:
5
tests/first.js
Normal file
5
tests/first.js
Normal file
@@ -0,0 +1,5 @@
|
||||
describe("My First Test", () => {
|
||||
it("Does not do much!", () => {
|
||||
expect(true).to.equal(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user