Skip to content

Commit

Permalink
update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Jul 15, 2023
1 parent ebc7a2c commit 4a5e352
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
build:
strategy:
max-parallel: 1
matrix:
os: [macos-latest, ubuntu-latest]
node-version: [16.x, 18.x]
Expand Down
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,31 @@
"build": "tsc --build",
"lint:fix": "eslint --fix ./",
"lint:check": "eslint ./",
"test": "DEBUG='jest-search' jest --runInBand --coverage --coverageReporters json-summary text html lcov"
"test": "DEBUG='jest-search' jest --runInBand --detectOpenHandles --coverage --coverageReporters json-summary text html lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geek-fun/jest-search.git"
},
"keywords": [
"elasticSearch",
"openSearch",
"zinc"
"jest",
"ElasticSearch",
"jest-elasticsearch",
"elasticsearch local",
"elasticsearch-local",
"OpenSearch",
"jest-opensearch",
"opensearch local",
"opensearch-local",
"ZincSearch",
"jest-zincsearch",
"zincsearch local",
"zincsearch-local",
"jest environment",
"jest preset",
"jest-preset",
"es",
"es local"
],
"bugs": {
"url": "https://github.com/geek-fun/jest-search/issues"
Expand Down

0 comments on commit 4a5e352

Please sign in to comment.