1
0
Fork 0

🚧 Work on core tests

This commit is contained in:
Joost De Cock 2019-05-31 14:51:59 +02:00
parent 3a9f21e3e1
commit 88622f3514
13 changed files with 54 additions and 14 deletions

View file

@ -1,5 +1,5 @@
let expect = require("chai").expect;
let Point = require("./dist/index.js").Point;
let Point = require("./dist").Point;
it("Should return point object", () => {
let result = new Point(2, 4);