master
Tudor Stanciu 2023-02-11 16:01:16 +02:00
parent 33e68d4866
commit e39de52ed0
3 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@ import type { TuitioToken, TuitioAuthenticationResult, TuitioState } from "@flar
## Unit testing
Unit testing is done using [Jest](https://jestjs.io/). This is an awesome testing framework created by Facebook.
The files containing tests are identified by the extension `*.test.ts`.
Unit testing is done using [Jest](https://jestjs.io/). This is an awesome testing framework created by Facebook.
The files containing tests are identified by the extension `*.test.ts`.
All tests in the package can be executed by running: `npm test`.
## Changelog

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@flare/tuitio-client",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@flare/tuitio-client",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"@flare/js-utils": "^1.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@flare/tuitio-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tuitio client",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",