Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
253 Bytes
/**
* @jest-environment node
*/
// test that import does not crash
import * as ReactTransitionGroup from '../src'; // eslint-disable-line no-unused-vars
describe('SSR', () => {
it('should import react-transition-group in node env', () => {});
});