Compare commits

..

No commits in common. "193a6123e1a72f6e48d1a36a3ee3503be9a92041" and "472a21b2f013f0f4578550c3ba81b0811fdd88ea" have entirely different histories.

2 changed files with 12 additions and 10 deletions

View file

@ -31,20 +31,22 @@ describe("Date with correct timezone", () => {
}
});
/* describe("String time to seconds", () => {
describe("String time to seconds", () => {
{
const name = "10m30";
const name = "todo";
// strToSeconds
test(name, () => {
expect(strToSeconds(name)).toBe(630);
expect(() => (name ? true : false)).toBe(true);
});
}
}); */
});
/* describe("Time delta", () => {
describe("Time delta", () => {
{
const name = 1312;
test(name.toString(), () => {
expect(timeDeltaToString(name)).toBe("0 secs");
const name = "todo";
// timeDeltaToString
test(name, () => {
expect(() => (name ? true : false)).toBe(true);
});
}
}); */
});

View file

@ -28,7 +28,7 @@
/* Modules */
"module": "commonjs" /* Specify what module code is generated. */,
"rootDir": "./src" /* Specify the root folder within your source files. */,
// "rootDir": "./src" /* Specify the root folder within your source files. */,
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */