Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 26, 2023
1 parent 6e8fe08 commit 7434b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/test-fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require.extensions[".njk"] = function (module, filename) {
module.exports = fs.readFileSync(filename, "utf8");
};

nunjucks.configure(__dirname + '/../src')
nunjucks.configure(__dirname + "/../src");

const componentsDirectory = "src/nationalarchives/components/";
const componentFixturesFile = "/fixtures.json";
Expand Down
2 changes: 1 addition & 1 deletion tasks/update-fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require.extensions[".njk"] = function (module, filename) {
module.exports = fs.readFileSync(filename, "utf8");
};

nunjucks.configure(__dirname + '/../src')
nunjucks.configure(__dirname + "/../src");

const componentsDirectory = "src/nationalarchives/components/";
const componentFixturesFile = "/fixtures.json";
Expand Down

0 comments on commit 7434b1c

Please sign in to comment.