UNPKG
mttwm
Version:
latest (1.7.2)
1.7.2
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Automated CSS-in-JS to Tailwind CSS migration tool for React applications
mttwm
/
__tests__
/
integration
/
migration.test.ts
4 lines
(3 loc)
•
201 B
text/typescript
View Raw
1
2
3
4
import
{ createMigrationTests }
from
'./migration-test-runner.js'
;
// This will create Jest tests for all discovered migration test cases
createMigrationTests
(
'__tests__/integration/migration-tests'
);