Skip to content

Commit

Permalink
test: test removed
Browse files Browse the repository at this point in the history
  • Loading branch information
j05u3 committed Aug 20, 2023
1 parent 03f2b85 commit fb3f7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whatsapp-cloud-api-express",
"version": "0.0.1",
"version": "0.0.2",
"description": "A template for creating npm packages using TypeScript and VSCode",
"main": "./lib/index.js",
"files": [
Expand Down
12 changes: 2 additions & 10 deletions test/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import { myPackage } from '../src';

describe('index', () => {
describe('myPackage', () => {
it('should return a string containing the message', () => {
const message = 'Hello';

const result = myPackage(message);

expect(result).toMatch(message);
});
it('should pass', () => {
expect(true).toBe(true);
});
});

0 comments on commit fb3f7ac

Please sign in to comment.