Changed folder structure
This commit is contained in:
11
test/Test_Disp/Test_BeautifyFormatting.js
Normal file
11
test/Test_Disp/Test_BeautifyFormatting.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* global describe, it */
|
||||
const { assert } = require('../../node_modules/chai/chai');
|
||||
const {
|
||||
FormatTime,
|
||||
} = require('../../src/Disp/BeautifyAndFormatting/Beautify');
|
||||
|
||||
describe('FormatTime', function () {
|
||||
it('should return -1 when the value is not present', function () {
|
||||
assert.equal(FormatTime(1, 0), '1 s');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user