view service/wifi/jest.config.js @ 1542:5517f54eaba8

build update Ignore-this: 1b29ef44c5f6c3c3e8c70f509fbbde66 darcs-hash:e93956d750d152774cbdf63b049051564aaab5bf
author drewp <drewp@bigasterisk.com>
date Thu, 13 Feb 2020 10:16:28 -0800
parents f91ba30b4f75
children
line wrap: on
line source

module.exports = {
  roots: ["<rootDir>/src"],
  preset: "ts-jest",
  testEnvironment: "node",
  collectCoverage: true
};