Merge branch 'master' into BUDI-9296/new-screen-as-modal
This commit is contained in:
commit
7176dd4751
|
@ -1,3 +1,3 @@
|
||||||
nodejs 22.15.0
|
nodejs 22.15.0
|
||||||
python 3.10.0
|
python 3.13.3
|
||||||
yarn 1.22.22
|
yarn 1.22.22
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"version": "3.10.7",
|
"version": "3.11.0",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"concurrency": 20,
|
"concurrency": 20,
|
||||||
"command": {
|
"command": {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"eslint-plugin-svelte": "2.46.1",
|
"eslint-plugin-svelte": "2.46.1",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"kill-port": "^1.6.1",
|
"kill-port": "^1.6.1",
|
||||||
"lerna": "7.4.2",
|
"lerna": "8.2.2",
|
||||||
"load-tsconfig": "^0.2.5",
|
"load-tsconfig": "^0.2.5",
|
||||||
"madge": "^6.0.0",
|
"madge": "^6.0.0",
|
||||||
"nx-cloud": "16.0.5",
|
"nx-cloud": "16.0.5",
|
||||||
|
|
|
@ -664,7 +664,7 @@ if (descriptions.length) {
|
||||||
parameters: { number: 0 },
|
parameters: { number: 0 },
|
||||||
})
|
})
|
||||||
|
|
||||||
const rows = await client(tableName).select("*")
|
const rows = await client(tableName).select("*").orderBy("id")
|
||||||
expect(rows).toHaveLength(6)
|
expect(rows).toHaveLength(6)
|
||||||
expect(rows[5].number).toEqual(0)
|
expect(rows[5].number).toEqual(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue