Files
speckle-server/modules/test-module/tests/example.spec.js
T
Dimitrie Stefanescu 75f0472b03 first commit
2020-03-26 21:45:24 +00:00

25 lines
416 B
JavaScript

// const chai = require( 'chai' )
// const assert = require( 'assert' )
// describe( 'First Test Module', ( ) => {
// before( async ( ) => {
// } )
// after( async ( ) => {
// } )
// describe( 'Test Math', ( ) => {
// it( '2 !== 3', async ( ) => {
// assert.notEqual( 2, 3 )
// } )
// it( '3 === 3', async ( ) => {
// assert.equal( 3, 3 )
// } )
// } )
// } )