Skip to content

Commit

Permalink
Merge pull request #28 from fauna-labs/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
cleve-fauna authored Aug 3, 2022
2 parents 9265499 + ccb8573 commit 6761061
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 218 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@ collections:
deletion_policy: destroy
```

# Developers
To develop on this repository, clone it and make any changes you would like to issue in a pull request.

You can run the test suite by:

1. Starting a local fauna container with `docker run --rm --name faunadb-sls-test -p 8443:8443 fauna/faunadb`
2. Running the test suite with `npm test`

---

Copyright Fauna, Inc. or its affiliates. All rights reserved. SPDX-License-Identifier: MIT-0
Expand Down
15 changes: 1 addition & 14 deletions package-lock.json

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

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"faunadb": "^4.6.0"
},
"devDependencies": {
"jest": "^28.0.0",
"jest-expect-message": "^1.0.2"
"jest": "^28.0.0"
},
"peerDependencies": {
"serverless": "3.x"
Expand All @@ -34,10 +33,5 @@
"bugs": {
"url": "https://github.com/fauna-labs/serverless-fauna/issues"
},
"homepage": "https://github.com/fauna-labs/serverless-fauna#readme",
"jest": {
"setupFilesAfterEnv": [
"jest-expect-message"
]
}
"homepage": "https://github.com/fauna-labs/serverless-fauna#readme"
}
Loading

0 comments on commit 6761061

Please sign in to comment.