Add initial unit tests: circular array
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 29 May 2021 17:43:21 +0000 (19:43 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 29 May 2021 17:43:21 +0000 (19:43 +0200)
commit4082efc1bec069b34506a467524b5d4bb9013202
treefe9fd0749f37bbe0649998bf1f17e5b5e273d7b8
parentb479c24e2c91c02cfe760aa4c1af3ca8d431c734
Add initial unit tests: circular array

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/unit-tests.yml [new file with mode: 0644]
.mocharc.json [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
package-lock.json
package.json
rollup.config.js
test/utils/CircularArrayTest.ts [new file with mode: 0644]