1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-20 09:11:55 +03:00
tauri/tooling/create-tauri-app/jest.config.js
Jacob Bolda c3acbd68ec
chore: shift CTA from bin to .ts ()
* chore: shift CTA from bin to .ts

* add change file

* fix rollup build
2021-04-29 08:55:09 -05:00

15 lines
329 B
JavaScript

// Copyright 2019-2021 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePathIgnorePatterns: ['__fixtures__'],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json'
}
}
}