Skip to content

Commit

Permalink
add filler test code for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyu99 committed Jan 17, 2025
1 parent 731ccc2 commit 3477581
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { TransformerContextProvider } from '@aws-amplify/graphql-transformer-interfaces';
import { ValidateTransformer } from '..';

test('amplify-graphql-validate-transformer', () => {
const transformer = new ValidateTransformer();
transformer.generateResolvers({} as TransformerContextProvider);
expect(transformer).toBeDefined();
});

0 comments on commit 3477581

Please sign in to comment.