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');
|
||||
|
||||
describe('default', ()=>{
|
||||
it('default-test', ()=>{
|
||||
let res = 5+2;
|
||||
assert.strictEqual(res, 7);
|
||||
})
|
||||
it('snippit', snippit)
|
||||
})
|
||||
|
||||
function snippit(){
|
||||
console.log("okay")
|
||||
}
|
||||
Loading…
Reference in New Issue