Skip to content

Commit 3d8f36a

Browse files
committed
Updated README
1 parent 1577121 commit 3d8f36a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ https://supabase.github.io/functions-js/index.html
77

88
## testing
99

10+
To run tests you will need Node 18+.
11+
1012
You are going to need docker daemon running to execute tests.
1113

1214
To start test run use the following command:
@@ -15,11 +17,3 @@ To start test run use the following command:
1517
npm i
1618
npm run test
1719
```
18-
19-
Projects includes reporting with allure. Use the following command get more detailed test reports:
20-
21-
```sh
22-
npm run test:report
23-
```
24-
25-
You may need to have Java8 installed to generate the report.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/supabase/functions-js#readme",
3737
"dependencies": {
38-
"cross-fetch": "^3.1.5",
38+
"cross-fetch": "^3.1.5"
3939
},
4040
"devDependencies": {
4141
"@types/jest": "^28.1.0",

0 commit comments

Comments
 (0)