Skip to content

Commit

Permalink
Breaking: Remove generateHTMLPage from @hint/utils-tests-helpers
Browse files Browse the repository at this point in the history
Close #3335
  • Loading branch information
sarvaje committed Nov 12, 2019
1 parent 90210e7 commit 1952044
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 49 deletions.
1 change: 0 additions & 1 deletion packages/utils-tests-helpers/README.md
Expand Up @@ -13,5 +13,4 @@ npm install hint --save-dev

### Utils

* `generateHTMLPage`: Creates a valid minimal HTML.
* `getHintPath`: Returns the name of the hint.
3 changes: 3 additions & 0 deletions packages/utils-tests-helpers/package.json
Expand Up @@ -38,6 +38,9 @@
"main": "./dist/src/index.js",
"name": "@hint/utils-tests-helpers",
"peerDependencies": {
"@hint/connector-puppeteer": "2.4.0",
"@hint/connector-jsdom": "4.1.0",
"@hint/connector-local": "3.2.0",
"hint": "^5.0.0"
},
"repository": {
Expand Down
12 changes: 0 additions & 12 deletions packages/utils-tests-helpers/src/generate-html-page.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/utils-tests-helpers/src/index.ts
@@ -1,4 +1,3 @@
export * from './generate-html-page';
export * from './get-hint-path';
export * from './hint-test-type';
export * from './hint-runner';
35 changes: 0 additions & 35 deletions packages/utils-tests-helpers/tests/generate-html-page.ts

This file was deleted.

0 comments on commit 1952044

Please sign in to comment.