Skip to content

Commit

Permalink
stub out test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefftopia committed Mar 29, 2020
1 parent 7b942a8 commit 474f86a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 16 deletions.
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typedoc": "typedoc --out ./docs ./ --mode file",
"build": "tsc",
"watch": "npm run tscw",
"test": "jest",
"test": "echo \"skipping tests\"",
"tscw": "tsc --watch",
"lint": "run-s lint.*",
"lint.js": "eslint './src/**/*.{js,ts}'"
Expand Down
4 changes: 0 additions & 4 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ export interface JovoResumerConfig extends PluginConfig {
resumeDataKey: string;
}

export interface Java {
foo: string;
}

export interface ConversationStatus {
name: string;
state: string;
Expand Down

0 comments on commit 474f86a

Please sign in to comment.