thiagog3/tokens-to-styles

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  roots: ['<rootDir>/src'], // Adjust the path to your source code directory
  transform: {
    '^.+\\.tsx?$': 'ts-jest',
  },
};