Skip to content

Commit

Permalink
Get publisher building and tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Mar 5, 2020
1 parent ed92171 commit 52840bf
Show file tree
Hide file tree
Showing 29 changed files with 302,813 additions and 338 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.DS_Store
*.log
dist
*.tsbuildinfo
*.tsbuildinfo
*.lerna_backup
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testMatch: ["<rootDir>/packages/*/test/**/*.test.ts"],
globals: {
"ts-jest": {
tsConfig: "./tsconfig.test.json",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "root",
"private": true,
"scripts": {
"test": "jest"
"pretest": "npm run build",
"test": "jest",
"build": "tsc -b tsconfig.all.json"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@types/node": "^12.12.29",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"ts-jest": "^25.2.1",
Expand Down
Loading

0 comments on commit 52840bf

Please sign in to comment.