blob: 4aef78f17c6196a7ec2a6bf790b5e761ee812506 [file]
/**
* @license
* Copyright 2021 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
let config = {
testEnvironment: 'jsdom',
preset: 'ts-jest',
moduleFileExtensions: ['ts', 'js'],
transform: {
'^.+\\.tsx?$': ['ts-jest', {}],
},
};
// eslint-disable-next-line no-undef
module.exports = config;