mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-05 22:01:45 +02:00
7 lines
223 B
JavaScript
7 lines
223 B
JavaScript
import * as changeCase from ".";
|
|
describe("change case", function () {
|
|
it("exports expected methods", function () {
|
|
expect(typeof changeCase).toEqual("object");
|
|
});
|
|
});
|
|
//# sourceMappingURL=index.spec.js.map
|