Skip to content

Commit

Permalink
test: update javascript test for added features
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 21, 2024
1 parent 9b8202c commit f1a6680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/javascript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const devDependencies = [
"cross-env",
"cz-conventional-changelog",
"doctoc",
"eslint",
"eslint-config-prettier",
"husky",
"lint-staged",
"nodemon",
Expand All @@ -47,13 +49,16 @@ const files = [
".husky/commit-msg",
".husky/pre-commit",
".vscode/extensions.json",
".vscode/launch.json",
".vscode/settings.json",
"src/app.js",
"tests/app.test.js",
".all-contributorsrc",
".changelogrc.json",
".commitlintrc.json",
".czrc",
".editorconfig",
".eslintrc.json",
".gitattributes",
".gitignore",
".lintstagedrc.json",
Expand All @@ -69,6 +74,7 @@ const files = [
"LICENSE",
"package.json",
"README.md",
"vitest.config.js",
];

describe("generator-norgate-av:javascript", () => {
Expand Down

0 comments on commit f1a6680

Please sign in to comment.