syndicate-js/packages/compiler/jest.config.ts

8 lines
213 B
TypeScript
Raw Normal View History

2024-03-09 21:52:09 +00:00
/// SPDX-License-Identifier: GPL-3.0-or-later
/// SPDX-FileCopyrightText: Copyright © 2016-2024 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};