feat: 유닛테스트 준비
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { assert } from 'chai';
|
||||
|
||||
describe('hello', ()=>{
|
||||
it('hello1', ()=>{
|
||||
assert.equal(2, 1+1);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user