malwoden
Version:
   
9 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var char_code_1 = require("./char-code");
describe("CharCode", function () {
it("Should have all CharCodes listed", function () {
expect(char_code_1.CharCode).toMatchSnapshot();
});
});
//# sourceMappingURL=char-code.spec.js.map