data-wrangling-components/javascript/schema/jest.config.js

13 строки
323 B
JavaScript

/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/
import { configure } from '@essex/jest-config'
const config = {
...configure(),
displayName: 'schema',
testEnvironment: 'node',
testMatch: ['**/__tests__/**/*.spec.ts'],
}
export default config