fixed the publish and remove publish command
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
function sumTest() {
|
||||
return 1 + 4;
|
||||
}
|
||||
|
||||
test(`test sum with 1 + 4 -> 5`, () => {
|
||||
expect(1 + 4).toBe(5);
|
||||
});
|
||||
Reference in New Issue
Block a user