Skip to content

Commit

Permalink
Adding tests. Using mocha/chai as runner, puppeteer for browser testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Aug 21, 2024
1 parent 560d8d4 commit bea863f
Show file tree
Hide file tree
Showing 7 changed files with 5,648 additions and 17,192 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TODO: Publish to npm.

```jsx
import React from 'react';
import PolicyTopology from './PolicyTopology';
import PolicyTopology from './PolicyTopology.js';

const App = () => {
const dotString = `your DOT string here`;
Expand Down
Loading

0 comments on commit bea863f

Please sign in to comment.