Rename test to tests and remove space from tsconfig.json file name

This commit is contained in:
Phil Davis
2020-11-25 12:21:49 +05:45
parent fdee244bef
commit 3c66e9a9af
13 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
## Requirements
- [K6](https://k6.io/)
- [YARN](https://yarnpkg.com/)
- [OCIS](https://github.com/owncloud/ocis)
## How to build
```
$ yarn
$ yarn build
```
## How to run
```
k6 run ./dist/TESTNAME.js
```