chore: remove hello test
This commit is contained in:
parent
089a2f1b62
commit
cbd429640f
|
@ -3,8 +3,5 @@ import {describe, it} from 'test_lib/test_lib';
|
||||||
|
|
||||||
export function main() {
|
export function main() {
|
||||||
describe('compiler', function() {
|
describe('compiler', function() {
|
||||||
it('should hello', function() {
|
|
||||||
print('I am working');
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue