refactor(example): use create-react-app instead of parcel

This commit is contained in:
moklick
2019-10-09 19:04:25 +02:00
parent 3eea88d533
commit e144c9cd72
30 changed files with 31016 additions and 40214 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
describe('Basic Flow Rendering', () => {
it('renders a flow with three nodes', () => {
cy.visit('/index.html');
cy.visit('/basic');
cy.get('.react-flow__renderer');
cy.get('.react-flow__node').should('have.length', 4);