Skip to content

Commit 0e267d6

Browse files
ci: update license year and jest config (#189)
1 parent 509a102 commit 0e267d6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) Patrick Michalina 2018
3+
Copyright (c) Patrick Michalina 2018-2022
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"state-monad"
3434
],
3535
"scripts": {
36-
"test": "jest --maxWorkers=4",
36+
"test": "jest --maxWorkers=6",
3737
"test.watch": "jest --watch",
3838
"dist": "ts-node ./scripts/publish-prep.ts",
3939
"lint": "tsc --noEmit && eslint '{src,apps,libs,test,e2e,tools}/**/*.ts'",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@rollup/plugin-typescript": "^8.3.4",
4949
"@types/fs-extra": "^9.0.13",
50-
"@types/jest": "^29.2.1",
50+
"@types/jest": "^29.2.2",
5151
"@types/node": "^18.11.9",
5252
"@typescript-eslint/eslint-plugin": "^5.42.0",
5353
"@typescript-eslint/parser": "^5.42.0",

0 commit comments

Comments
 (0)