Added API tests + added vitest.config.ts + added fallback of window.fetch with xmlhttprequest
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0bf6b173f4
commit
05e9013c3b
8 changed files with 64 additions and 85 deletions
|
@ -6,6 +6,8 @@ steps:
|
|||
- name: test
|
||||
image: node:16
|
||||
commands:
|
||||
- curl https://bun.sh/install | bash
|
||||
- bun run ../test-server.js
|
||||
- npm install
|
||||
- npm test
|
||||
|
||||
|
@ -17,5 +19,7 @@ steps:
|
|||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- curl https://bun.sh/install | bash
|
||||
- bun run ../test-server.js
|
||||
- npm install
|
||||
- npm test
|
Loading…
Add table
Add a link
Reference in a new issue