Skip to content

Commit

Permalink
Merge branch 'master' into server
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jul 19, 2023
2 parents e42d4f9 + 80ec15b commit d8c7f9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/optimize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {Optimizations, Outputs} from '../../src/commands/optimize';

const testHelper = new TestHelper();
const optimizedFilePath = './test/specification.yml';
const unoptimizedFile = './test/dummyspec/unoprimizedSpec.yml';
const unoptimizedFile = './test/dummyspec/unoptimizedSpec.yml';
const invalidFile = './test/specification-invalid.yml';

describe('optimize', () => {
Expand Down
File renamed without changes.

0 comments on commit d8c7f9d

Please sign in to comment.