fixed the publish and remove publish command

This commit is contained in:
2020-09-19 16:06:18 +07:00
parent 1237376e19
commit 0eb39ff548
4 changed files with 1 additions and 14 deletions

View File

@@ -1,7 +1,3 @@
function sumTest() {
return 1 + 4;
}
test(`test sum with 1 + 4 -> 5`, () => {
expect(1 + 4).toBe(5);
});