Skip to content

Instantly share code, notes, and snippets.

View vipzhicheng's full-sized avatar
🎯
Focusing

Richard Yu vipzhicheng

🎯
Focusing
  • Beijing, China
View GitHub Profile
@taichi
taichi / hello.test.ts
Created October 31, 2018 09:04
TypeScript + Jest + power-assert
import assert = require('assert');
it("hello", () => {
assert.equal({geeting:"WayWayWa", Fu:{Ho:1}},
{ greeting: "Hello", Fu:{Fe:1}});
});