Skip to content

Commit

Permalink
Fix execution unit tests on linux mint (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarcovsky authored and timleslie committed Jan 5, 2020
1 parent c9ff4bc commit 3d7222c
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 83 deletions.
6 changes: 6 additions & 0 deletions .changeset/brown-parents-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@keystonejs/mongo-join-builder': patch
'@keystonejs/test-utils': patch
---

Unit tests on linux mint machines were fixed.
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"go": "node fixtures/index.js"
},
},
"repository": "https://github.com/keystonejs/keystone.git",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build": "cross-env NODE_ENV=production keystone build",
"start": "cross-env NODE_ENV=production keystone start"
},

"repository": "https://github.com/keystonejs/keystone.git",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo-join-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"mongodb": "^3.3.3",
"mongodb-memory-server": "^6.0.1"
"mongodb-memory-server": "^6.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@keystonejs/app-graphql": "^5.0.1",
"@keystonejs/keystone": "^5.3.0",
"express": "^4.17.1",
"mongodb-memory-server": "^6.0.1",
"mongodb-memory-server": "^6.1.1",
"p-finally": "^2.0.1",
"supertest-light": "^1.0.2"
}
Expand Down
Loading

0 comments on commit 3d7222c

Please sign in to comment.