Ergogen reorg
This commit is contained in:
8
test/point.js
Normal file
8
test/point.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const Point = require('../src/point')
|
||||
|
||||
describe('Point', function() {
|
||||
it('#constructor', function() {
|
||||
const point = new Point(1, 2, 45)
|
||||
point.p.should.deep.equal([1, 2])
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user