malwoden
Version:
   
9 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var unicodemap_1 = require("./unicodemap");
describe("unicodemap", function () {
it("Should have unicode values", function () {
expect(unicodemap_1.unicodeMap).toMatchSnapshot();
});
});
//# sourceMappingURL=unicodemap.spec.js.map