enable unit tests (#198)

* Update test.yml

* update npm packages
This commit is contained in:
Lars Hvam 2023-04-27 08:56:21 +02:00 committed by oblomov
parent 9ee7cb6f7b
commit af7fab71b2
3 changed files with 17 additions and 17 deletions

View File

@ -18,5 +18,5 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run downport - run: npm run downport
- run: npm run transpile - run: npm run transpile
# - run: npm run unit - run: npm run unit

28
package-lock.json generated
View File

@ -11,8 +11,8 @@
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.97.17", "@abaplint/cli": "^2.97.17",
"@abaplint/database-sqlite": "^2.6.0", "@abaplint/database-sqlite": "^2.6.0",
"@abaplint/runtime": "^2.6.33", "@abaplint/runtime": "^2.6.35",
"@abaplint/transpiler-cli": "^2.6.33" "@abaplint/transpiler-cli": "^2.6.35"
} }
}, },
"node_modules/@abaplint/cli": { "node_modules/@abaplint/cli": {
@ -37,18 +37,18 @@
} }
}, },
"node_modules/@abaplint/runtime": { "node_modules/@abaplint/runtime": {
"version": "2.6.33", "version": "2.6.35",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.6.33.tgz", "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.6.35.tgz",
"integrity": "sha512-/9AstHFDlkrxoMN/5eQi28zY8p+9CpFRFcbb6YZIxnojxn1yOYSBHWOLfOKAyq0Qo8ZRynZg6oGoTgbCe7Qz1g==", "integrity": "sha512-MQkP/Uvl61U1knQJaXEyQ0v43LwQvwdoQDoZTHHn+NJfUIstIpg+swMFnnDYkrRNW9xsh14VYXGF13hx+eFuwA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"temporal-polyfill": "^0.1.1" "temporal-polyfill": "^0.1.1"
} }
}, },
"node_modules/@abaplint/transpiler-cli": { "node_modules/@abaplint/transpiler-cli": {
"version": "2.6.33", "version": "2.6.35",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.6.33.tgz", "resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.6.35.tgz",
"integrity": "sha512-0O4PbYFuqnSWcEoc03uWihf+W8EHXRRr531JPi42qy2vd7VwjswUv81jJgaPD7AnwAN1JhrMbNlkZbL0EpyDvg==", "integrity": "sha512-QQarMbwViCytc/sxNV5SFVfAuyFuAX+5Fug0l9/GvuwFG6dUqacFTq16Jci/a4XNU+Zb5doS4ik5+PlUVaTFHA==",
"dev": true, "dev": true,
"bin": { "bin": {
"abap_transpile": "abap_transpile" "abap_transpile": "abap_transpile"
@ -93,18 +93,18 @@
} }
}, },
"@abaplint/runtime": { "@abaplint/runtime": {
"version": "2.6.33", "version": "2.6.35",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.6.33.tgz", "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.6.35.tgz",
"integrity": "sha512-/9AstHFDlkrxoMN/5eQi28zY8p+9CpFRFcbb6YZIxnojxn1yOYSBHWOLfOKAyq0Qo8ZRynZg6oGoTgbCe7Qz1g==", "integrity": "sha512-MQkP/Uvl61U1knQJaXEyQ0v43LwQvwdoQDoZTHHn+NJfUIstIpg+swMFnnDYkrRNW9xsh14VYXGF13hx+eFuwA==",
"dev": true, "dev": true,
"requires": { "requires": {
"temporal-polyfill": "^0.1.1" "temporal-polyfill": "^0.1.1"
} }
}, },
"@abaplint/transpiler-cli": { "@abaplint/transpiler-cli": {
"version": "2.6.33", "version": "2.6.35",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.6.33.tgz", "resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.6.35.tgz",
"integrity": "sha512-0O4PbYFuqnSWcEoc03uWihf+W8EHXRRr531JPi42qy2vd7VwjswUv81jJgaPD7AnwAN1JhrMbNlkZbL0EpyDvg==", "integrity": "sha512-QQarMbwViCytc/sxNV5SFVfAuyFuAX+5Fug0l9/GvuwFG6dUqacFTq16Jci/a4XNU+Zb5doS4ik5+PlUVaTFHA==",
"dev": true "dev": true
}, },
"sql.js": { "sql.js": {

View File

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.97.17", "@abaplint/cli": "^2.97.17",
"@abaplint/database-sqlite": "^2.6.0", "@abaplint/database-sqlite": "^2.6.0",
"@abaplint/runtime": "^2.6.33", "@abaplint/runtime": "^2.6.35",
"@abaplint/transpiler-cli": "^2.6.33" "@abaplint/transpiler-cli": "^2.6.35"
} }
} }