mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-08 00:21:40 +00:00
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
// SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
roots: ["<rootDir>/src"],
|
|
};
|