Skip to content

Commit 69ab248

Browse files
committed
fix(detector): html report layout
1 parent 3018b03 commit 69ab248

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

cli/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ suite away from test smells.
99

1010
## Command Line Interface
1111

12+
Single file
13+
1214
```sh
1315
npm run cli -- path/to/file/test.js typescript
1416
```
1517

18+
Report
19+
20+
```sh
21+
npm run cli -- path/to/file/test.js typescript --report=html
22+
```
23+
1624
## Resources
1725

1826
- [Tailwind CSS Table - Flowbite](https://flowbite.com/docs/components/tables)

detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ts-node": "^10.9.2"
4444
},
4545
"scripts": {
46-
"compile": "rm -rf build/ && tsc",
46+
"compile": "rm -rf build/ && tsc && cp -R ./src/reporters/layout ./build/src/reporters/",
4747
"watch": "webpack --watch",
4848
"clean": "rm -rf out/ dist/ types/",
4949
"compile-tests": "npm run clean && tsc -p . --outDir out",

0 commit comments

Comments
 (0)