view service/wifi/jest.config.js @ 1663:a0bf320c70fe

warnings
author drewp@bigasterisk.com
date Mon, 20 Sep 2021 23:15:29 -0700
parents f2215949c0c9
children
line wrap: on
line source

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