Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 31, 2023
1 parent 7c2a05f commit ab0ae10
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ describe('Build Greenwood With: ', function() {
runner = new Runner();
});

<<<<<<< HEAD:packages/cli/test/cases/build.config.error-templates-directory/build.config.error-templates-directory.spec.js
describe('Custom Configuration with a bad value for templatesDirectory', function() {
it('should throw an error that templatesDirectory must be a string', function() {
=======
describe('Custom Configuration with a bad value for layoutsDirectory', function() {
it('should throw an error that layoutsDirectory must be a string', async function() {
>>>>>>> c6f77596 (rename templates directory to layouts):packages/cli/test/cases/build.config.error-layouts-directory/build.config.error-layouts-directory.spec.js
try {
runner.setup(outputPath);
runner.runCommand(cliPath, 'build');
Expand Down

0 comments on commit ab0ae10

Please sign in to comment.