Skip to content

Commit

Permalink
Merge pull request #43 from BenZed/lazy
Browse files Browse the repository at this point in the history
Lazy
  • Loading branch information
BenZed committed Mar 4, 2023
2 parents 1604cc5 + bdc67a7 commit 942853a
Show file tree
Hide file tree
Showing 111 changed files with 1,565 additions and 4,752 deletions.
7 changes: 3 additions & 4 deletions packages/app/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

const BEFORE_ALL_TESTS = './test/all-before.test.ts'
const AFTER_ALL_TESTS = './test/all-after.test.ts'
const BEFORE_ALL_TESTS = './src/all-before.test.ts'
const AFTER_ALL_TESTS = './src/all-after.test.ts'

module.exports = {

roots: [
'./src',
'./test'
'./src'
],

transform: {
Expand Down
7 changes: 5 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@
"jsonwebtoken": "^8.5.1",
"bcryptjs": "^2.4.3",
"@benzed/array": "^3.2.3",
"@benzed/async": "^3.4.1",
"@benzed/immutable": "^4.0.0",
"@benzed/node": "^1.0.0",
"@benzed/schema": "^0.3.0",
"@benzed/string": "^3.2.3",
"@benzed/util": "^3.9.1",
"@benzed/async": "^3.4.1",
"@benzed/immutable": "^4.0.0"
"@benzed/traits": "^1.0.0",
"@benzed/is": "^3.1.3"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
45 changes: 0 additions & 45 deletions packages/app/src/app-module.test.ts

This file was deleted.

91 changes: 0 additions & 91 deletions packages/app/src/app-module.ts

This file was deleted.

85 changes: 0 additions & 85 deletions packages/app/src/app-modules/authentication/authenticate.ts

This file was deleted.

Loading

0 comments on commit 942853a

Please sign in to comment.