mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
chore(*): Add js project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
testEnvironment: "node",
|
||||
roots: ["<rootDir>"],
|
||||
moduleNameMapper: {
|
||||
"^Data/(.*)$": "<rootDir>/2024/Data/$1",
|
||||
"^Tasks/(.*)$": "<rootDir>/2024/Tasks/$1",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user