mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Add margin and padding system to Box component. It proposes the autocompletion. It is bind with the Cunninghams spacing system.
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import '@testing-library/jest-dom';
|
|
import * as dotenv from 'dotenv';
|
|
|
|
dotenv.config({ path: './.env.test' });
|