UNPKG

@nbamford123/arwes

Version:

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps

14 lines (9 loc) 242 B
import React from 'react'; import testSetup from '../setup.test.js'; import Grid from './Grid'; const { mount } = testSetup(Grid); describe('Grid', function () { it('Should render without crashing', function () { mount(); }); });