test(es/plugin): Enable E2E plugin test (#7178)

This commit is contained in:
Donny/강동윤 2023-03-31 13:01:17 +09:00 committed by GitHub
parent 7d69b79a9e
commit a785f18740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 707 additions and 557 deletions

View File

@ -61,7 +61,7 @@ const inferBinaryName = () => {
); );
}; };
describe.skip("Published plugins", () => { describe("Published plugins", () => {
const packageName = platformPackagesMap[platform][arch]; const packageName = platformPackagesMap[platform][arch];
if (!!packageName) { if (!!packageName) {

View File

@ -94,7 +94,7 @@
"@napi-rs/cli": "^2.14.1", "@napi-rs/cli": "^2.14.1",
"@swc/core": "=1.2.220", "@swc/core": "=1.2.220",
"@swc/helpers": "^0.4.2", "@swc/helpers": "^0.4.2",
"@swc/plugin-jest": "1.5.25", "@swc/plugin-jest": "1.5.56",
"@taplo/cli": "^0.3.2", "@taplo/cli": "^0.3.2",
"@types/jest": "^28.1.4", "@types/jest": "^28.1.4",
"@types/node": "^14.14.41", "@types/node": "^14.14.41",
@ -169,5 +169,5 @@
"postinstall.js", "postinstall.js",
"bindings/binding_core_wasm/pkg/binding_core_wasm.d.ts" "bindings/binding_core_wasm/pkg/binding_core_wasm.d.ts"
], ],
"packageManager": "yarn@3.3.0" "packageManager": "yarn@3.5.0"
} }

1258
yarn.lock

File diff suppressed because it is too large Load Diff