fixed the publish and remove publish command
This commit is contained in:
1
dist/__tests__/index.d.ts
vendored
1
dist/__tests__/index.d.ts
vendored
@@ -1 +0,0 @@
|
||||
declare function sumTest(): number;
|
||||
7
dist/__tests__/index.js
vendored
7
dist/__tests__/index.js
vendored
@@ -1,7 +0,0 @@
|
||||
"use strict";
|
||||
function sumTest() {
|
||||
return 1 + 4;
|
||||
}
|
||||
test("test sum with 1 + 4 -> 5", function () {
|
||||
expect(1 + 4).toBe(5);
|
||||
});
|
||||
Reference in New Issue
Block a user