Skip to content

Commit ab0f3af

Browse files
committed
Convert tests to TypeScript
1 parent cb5e39d commit ab0f3af

File tree

3 files changed

+977
-5
lines changed

3 files changed

+977
-5
lines changed

babel.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// This is only needed for Jest, because it uses
2+
// babel to process TypeScript files.
3+
module.exports = {
4+
presets: [
5+
['@babel/preset-env', { targets: { node: 'current' } }],
6+
'@babel/preset-typescript',
7+
],
8+
};

0 commit comments

Comments
 (0)