Add margin and padding system to Box component. It proposes the autocompletion. It is bind with the Cunninghams spacing system.
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
import '@testing-library/jest-dom';
|
|
import * as dotenv from 'dotenv';
|
|
|
|
dotenv.config({ path: './.env.test' });
|