Skip to content

Commit

Permalink
refactor(example): use create-react-app instead of parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Oct 9, 2019
1 parent 3eea88d commit e144c9c
Show file tree
Hide file tree
Showing 30 changed files with 36,416 additions and 45,614 deletions.
2 changes: 1 addition & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseUrl": "http://localhost:1234",
"baseUrl": "http://localhost:3000",
"viewportWidth": 1280,
"viewportHeight": 720
}
2 changes: 1 addition & 1 deletion cypress/integration/flow/advanced.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('Advanced Flow Rendering', () => {
it('renders a flow with sone nodes', () => {
cy.visit('/advanced.html');
cy.visit('/');

cy.get('.react-flow__renderer');

Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/flow/basic.spec.js
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
38,848 changes: 5,466 additions & 33,382 deletions dist/ReactFlow.esm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ReactFlow.esm.js.map

Large diffs are not rendered by default.

0 comments on commit e144c9c

Please sign in to comment.