Skip to content

Commit

Permalink
export startEngine and stopEngine functions
Browse files Browse the repository at this point in the history
:q
  • Loading branch information
Blankll committed Jul 16, 2023
1 parent 0938134 commit 542fca9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@geek-fun/jest-search",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"description": "Jest preset for running tests with local search platform",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ const globalSetup = async () => {

const globalTeardown = stopEngine;

export { globalSetup, globalTeardown, EngineType, EngineOptions };
export { globalSetup, globalTeardown, startEngine, stopEngine, EngineType, EngineOptions };

0 comments on commit 542fca9

Please sign in to comment.