File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ https://supabase.github.io/functions-js/index.html
7
7
8
8
## testing
9
9
10
+ To run tests you will need Node 18+.
11
+
10
12
You are going to need docker daemon running to execute tests.
11
13
12
14
To start test run use the following command:
@@ -15,11 +17,3 @@ To start test run use the following command:
15
17
npm i
16
18
npm run test
17
19
```
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.
Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://github.com/supabase/functions-js#readme" ,
37
37
"dependencies" : {
38
- "cross-fetch" : " ^3.1.5" ,
38
+ "cross-fetch" : " ^3.1.5"
39
39
},
40
40
"devDependencies" : {
41
41
"@types/jest" : " ^28.1.0" ,
You can’t perform that action at this time.
0 commit comments