webpack/test/configCases/mangle/mangle-with-re-export-as-de.../index.js

7 lines
141 B
JavaScript

import namespace from "./re-exports";
it("should mangle exports imported", () => {
const { foo } = namespace;
expect(foo).toBe('foo')
});