summaryrefslogtreecommitdiff
path: root/node_modules/magic-bytes.js/jest.config.js
blob: 8cbf8940ccd9aa50274fd14a53ec468c76cc05f7 (plain) (blame)
1
2
3
4
5
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
};