scss is validated and will fail on compile if incorrect.
typescript is validated and will fail on compile if there's a problem with the linterbuild-validation
parent
dbef4fa686
commit
3d5ec19de6
@ -1,8 +1,9 @@
|
|||||||
const assert = require('assert');
|
const assert = require('assert');
|
||||||
|
|
||||||
describe('default', ()=>{
|
describe('default', ()=>{
|
||||||
it('default-test', ()=>{
|
it('snippit', snippit)
|
||||||
let res = 5+2;
|
|
||||||
assert.strictEqual(res, 7);
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
function snippit(){
|
||||||
|
console.log("okay")
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue