update test

This commit is contained in:
chenxsan 2021-03-10 13:02:50 +08:00
parent c89294e8fa
commit 697367b911
1 changed files with 1 additions and 3 deletions

View File

@ -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;