mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
9 lines
298 B
JavaScript
9 lines
298 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var changeCase = require(".");
|
|
describe("change case", function () {
|
|
it("exports expected methods", function () {
|
|
expect(typeof changeCase).toEqual("object");
|
|
});
|
|
});
|
|
//# sourceMappingURL=index.spec.js.map
|