UNPKG

plate-data-transfer

Version:

Rearranging plate-layouts according to liquid handling steps

11 lines (10 loc) 200 B
module.exports = { roots: ['<rootDir>/src'], testMatch: [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], transform: { "^.+\\.(ts|tsx)$": "ts-jest" }, }