Skip to content

Commit

Permalink
Renamed google-login test to avoid running it in node
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Dec 8, 2020
1 parent 5a83b6b commit 8abd7c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm-web-integration-tests/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (location.pathname.endsWith("-callback")) {
Realm.handleAuthRedirect();
} else if (location.pathname.endsWith("/google-login")) {
console.log("Hello to Google Login ...");
require("./google-login.test");
require("./google-login");
} else {
const mochaClient = new MochaRemoteClient({
onInstrumented: () => {
Expand Down

0 comments on commit 8abd7c5

Please sign in to comment.