Skip to content

Commit

Permalink
feat: reassure minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekChr committed May 30, 2023
1 parent b424edc commit 9b95c25
Show file tree
Hide file tree
Showing 6 changed files with 2,439 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ storybook-static

# E2E test reports
tests/e2e/results/
.reassure
7 changes: 7 additions & 0 deletions dangerfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */
import path from 'path';
import {dangerReassure} from 'reassure';

dangerReassure({
inputFilePath: path.join(__dirname, './.reassure/output.md'),
});
Loading

0 comments on commit 9b95c25

Please sign in to comment.