parent
0fb07099a2
commit
74f4be962e
@ -1 +1 @@ |
||||
export * from "https://code.thunderk.net/typescript/devtools/raw/1.0.0/testing.ts"; |
||||
export * from "https://code.thunderk.net/typescript/devtools/raw/1.2.2/testing.ts"; |
||||
|
@ -1,7 +1,7 @@ |
||||
import { test, expect } from "./deps.test.ts"; |
||||
import { expect, it } from "./deps.test.ts"; |
||||
import { hex_sha1 } from "./sha.ts"; |
||||
|
||||
test("sha1", () => { |
||||
it("sha1", () => { |
||||
expect(hex_sha1("abc")).toEqual("a9993e364706816aba3e25717850c26c9cd0d89d"); |
||||
expect(hex_sha1("test")).toEqual("a94a8fe5ccb19ba61c4c0873d391e987982fbbd3"); |
||||
}); |
||||
|
Loading…
Reference in new issue