Skip to content

Commit

Permalink
Merge branch 'restructure-code' of https://github.com/erik-sth/berlin
Browse files Browse the repository at this point in the history
…into restructure-code
  • Loading branch information
erik-sth committed Oct 22, 2023
2 parents 4a70f79 + d4dbcce commit 5f858a8
Show file tree
Hide file tree
Showing 9 changed files with 818 additions and 27 deletions.
10 changes: 10 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# /node_modules/* in the project root is ignored by default
# build artefacts
dist/*
coverage/*
# data definition files
**/*.d.ts
# 3rd party libs
/src/public/
# custom definition files
/src/types/
Empty file added .eslintrc
Empty file.
File renamed without changes.
11 changes: 10 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
module.exports = {
preset: "ts-jest",
globals: {
"ts-jest": {
tsconfig: "tsconfig.json",
},
},
moduleFileExtensions: ["ts", "js"],
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
},
testMatch: ["**/test/**/*.test.(ts|js)"],
testEnvironment: "node",
};
24 changes: 0 additions & 24 deletions notex.txt

This file was deleted.

Loading

0 comments on commit 5f858a8

Please sign in to comment.