25 lines
416 B
JavaScript
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 )
|
|
// } )
|
|
// } )
|
|
|
|
// } )
|