Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Oct 28, 2024
1 parent dc58113 commit fc638be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/test-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const inputToTextInputRN = getRawFile('./data/react-native/text-input.raw.tsx');

const StringLiteralStore = getRawFile('./data/string-literal-store.raw.tsx');
const StringLiteralStoreKebab = getRawFile('./data/string-literal-store-kebab.raw.tsx');
const StoreAsyncFunction = getRawFile('./data/store-async.raw.tsx');
const StoreAsyncFunction = getRawFile('./data/store-async-function.raw.tsx');

/**
* Use TestsWithFailFor when you want to write a test that you know will fail
Expand Down

0 comments on commit fc638be

Please sign in to comment.