1
0
Fork 0
mirror of synced 2024-10-04 12:03:31 +13:00

Merge branch 'develop' into chore/typecheck_tests

This commit is contained in:
Adria Navarro 2023-08-01 14:27:40 +01:00 committed by GitHub
commit 130ab97368
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ {
"version": "2.8.29-alpha.8", "version": "2.8.29-alpha.9",
"npmClient": "yarn", "npmClient": "yarn",
"packages": [ "packages": [
"packages/*" "packages/*"

View file

@ -13,7 +13,7 @@ jest.unmock("mysql2/promise")
jest.setTimeout(30000) jest.setTimeout(30000)
describe("external", () => { describe.skip("external", () => {
const config = new TestConfiguration() const config = new TestConfiguration()
let externalDatasource: Datasource let externalDatasource: Datasource