mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
test(es/plugin): Enable E2E plugin test (#7178)
This commit is contained in:
parent
7d69b79a9e
commit
a785f18740
@ -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) {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user