mirror of https://github.com/webpack/webpack.git
update test
This commit is contained in:
parent
c89294e8fa
commit
697367b911
|
|
@ -2,6 +2,4 @@ it("should define global object with property", function () {
|
|||
expect(MyLibrary["answer"]).toEqual(42);
|
||||
});
|
||||
|
||||
export default {
|
||||
answer: 42
|
||||
};
|
||||
export const answer = 42;
|
||||
|
|
|
|||
Loading…
Reference in New Issue