Skip to content

Commit

Permalink
Remove test code(timezone issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
magichim committed Mar 6, 2020
1 parent 349ac28 commit 2e879e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ const { test } = Deno;
test(function testReplaceDate() {
const date = new Date("2019-01-01 12:12:12");
assertEquals(replaceParams("?", [date]), `"2019-01-01 12:12:12"`);
assertEquals(
replaceParams("?", [new Date(1551244259181)]),
`"2019-02-27 13:10:59"`
);
});

test(function testIdReplace() {
Expand Down

0 comments on commit 2e879e6

Please sign in to comment.