Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislaw Wilczynski authored and Stanislaw Wilczynski committed Aug 23, 2024
1 parent b6d8139 commit e0ffd5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nova-graphql-compiler/src/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ describe("cli", () => {
);

expect(generatedFiles).toMatchSnapshot();
});
}, 50000);
});
2 changes: 1 addition & 1 deletion packages/nova-react-test-utils/apollo.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("lib/apollo");
module.exports = require("./lib/apollo");
2 changes: 1 addition & 1 deletion packages/nova-react-test-utils/relay.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("lib/relay");
module.exports = require("./lib/relay");

0 comments on commit e0ffd5a

Please sign in to comment.