Skip to content

Commit

Permalink
test(html): update test for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 21, 2024
1 parent 231500b commit b8c52e6
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions tests/html.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,18 @@ const devDependencies = [
"@commitlint/config-conventional",
"@semantic-release/changelog",
"@semantic-release/git",
"@types/config",
"@types/live-server",
"@types/node",
"alive-server",
"all-contributors-cli",
"commitizen",
"cz-conventional-changelog",
"doctoc",
"husky",
"lint-staged",
"live-server",
"prettier",
"semantic-release",
];

const dependencies = ["config", "dotenv", "envalid"];

const files = [
".github/workflows/main.yml",
".github/dependabot.yml",
Expand All @@ -52,7 +48,9 @@ const files = [
"assets/img/favicon.ico",
"assets/img/yeoman-logo-svg-vector.svg",
"assets/js/app.js",
"assets/js/counter.js",
"public/index.html",
".alive-server.json",
".all-contributorsrc",
".changelogrc.json",
".commitlintrc.json",
Expand Down Expand Up @@ -174,10 +172,6 @@ describe("generator-norgate-av:html", () => {
string
>,
),
dependencies: getNodeDependencyObject(
dependencies,
node.packageJson.dependencies as Record<string, string>,
),
});
});

Expand Down Expand Up @@ -366,10 +360,6 @@ describe("generator-norgate-av:html", () => {
string
>,
),
dependencies: getNodeDependencyObject(
dependencies,
node.packageJson.dependencies as Record<string, string>,
),
});
});

Expand Down Expand Up @@ -528,10 +518,6 @@ describe("generator-norgate-av:html", () => {
string
>,
),
dependencies: getNodeDependencyObject(
dependencies,
node.packageJson.dependencies as Record<string, string>,
),
});
});

Expand Down

0 comments on commit b8c52e6

Please sign in to comment.