Skip to content

Commit

Permalink
add password encryption tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxbse committed Mar 25, 2024
1 parent 76bd507 commit 791c49e
Show file tree
Hide file tree
Showing 7 changed files with 4,290 additions and 301 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ Install [Node.js](https://nodejs.org/) on your system. Then install the project
npm install
```

To compile and run the program use
To compile and run the program use

```
npm run run
```

Tests are written with [Jest](https://jestjs.io/). Run them via

```
npm run test
```

If you want to an IDE like [Webstorm](https://www.jetbrains.com/webstorm/) to run them, make sure to enable
[ECMAScript Module support](https://jestjs.io/docs/ecmascript-modules) by setting `--experimental-vm-modules`.
Loading

0 comments on commit 791c49e

Please sign in to comment.