Merge branch 'master' into wait-for-jobs-to-finish

This commit is contained in:
Sam Rose 2025-05-15 14:50:18 +01:00 committed by GitHub
commit 56359a5b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.10.7",
"version": "3.11.0",
"npmClient": "yarn",
"concurrency": 20,
"command": {

View File

@ -664,7 +664,7 @@ if (descriptions.length) {
parameters: { number: 0 },
})
const rows = await client(tableName).select("*")
const rows = await client(tableName).select("*").orderBy("id")
expect(rows).toHaveLength(6)
expect(rows[5].number).toEqual(0)