UNPKG

track-dev-time

Version:

CLI tool to track your coding sessions with start, pause and stop commands. Outputs session data to a JSON file.

10 lines (8 loc) 190 B
import path from "path"; export default { test: { setupFiles: ["./test/setup-tests.js"], watchExclude: [path.resolve(__dirname, "test_data")], fileParallelism: false, }, };