diff --git a/tests/all/manifest.rs b/tests/all/manifest.rs index 78fdc6a..671cbb3 100644 --- a/tests/all/manifest.rs +++ b/tests/all/manifest.rs @@ -346,7 +346,7 @@ fn it_creates_a_package_json_with_npm_dependencies_provided_by_wasm_bindgen() { pkg.repository.url, "https://github.com/rustwasm/wasm-pack.git" ); - assert_eq!(pkg.module, "js_hello_world.js"); + assert_eq!(pkg.main, "js_hello_world.js"); let actual_files: HashSet = pkg.files.into_iter().collect(); let expected_files: HashSet = [