view service/wifi/jest.config.js @ 1639:ae5ca4ba8954

rm unused computation
author drewp@bigasterisk.com
date Mon, 13 Sep 2021 01:54:49 -0700
parents f2215949c0c9
children
line wrap: on
line source

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