Skip to content

Commit

Permalink
feat: use snake case for file names in go
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethaasan committed Mar 14, 2024
1 parent 65626ad commit 5fadd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generators/FileGenerators.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe.each(generatorsToTest)(
expect(generator.generateCompleteModels).toHaveBeenCalledTimes(1);
expect(FileHelpers.writerToFileSystem).toHaveBeenCalledTimes(1);
});
test.only('should try and generate models to files', async () => {
test('should try and generate models to files', async () => {
const outputDir = './test';
const expectedOutputDirPath = path.resolve(outputDir);
jest
Expand Down

0 comments on commit 5fadd4a

Please sign in to comment.