This commit is contained in:
Paul Fitzpatrick 2023-07-04 07:23:04 -04:00
parent 051c6d52fe
commit 37bdaccac6
No known key found for this signature in database
GPG Key ID: 07F16BF3214888F6

View File

@ -1,6 +1,6 @@
{ {
"name": "grist-core", "name": "grist-core",
"version": "1.1.1", "version": "1.1.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Grist is the evolution of spreadsheets", "description": "Grist is the evolution of spreadsheets",
"homepage": "https://github.com/gristlabs/grist-core", "homepage": "https://github.com/gristlabs/grist-core",
@ -190,11 +190,13 @@
"@gristlabs/sqlite3": "5.1.4-grist.8" "@gristlabs/sqlite3": "5.1.4-grist.8"
}, },
"mocha": { "mocha": {
"require": ["test/setupPaths", "require": [
"test/setupPaths",
"source-map-support/register", "source-map-support/register",
"test/report-why-tests-hang", "test/report-why-tests-hang",
"test/init-mocha-webdriver", "test/init-mocha-webdriver",
"test/split-tests", "test/split-tests",
"test/chai-as-promised"] "test/chai-as-promised"
]
} }
} }