pankod/refine

View on GitHub
packages/react-router-v6/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: "ts-jest",
  rootDir: "./",
  displayName: "react-router-v6",
  testEnvironment: "jsdom",
};