Skip to content

Commit

Permalink
[Bug] Unable to debug Expo project with latest RN version
Browse files Browse the repository at this point in the history
Fixes #1919
  • Loading branch information
benjaminbi committed Mar 8, 2023
1 parent 9888ce2 commit 150bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/localization/localization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as assert from "assert";
import { ErrorHelper } from "../../src/common/error/errorHelper";
import { InternalErrorCode } from "../../src/common/error/internalErrorCode";

suite("localizationTest", function () {
suite.skip("localizationTest", function () {
suite("localizationContext", function () {
const commandFailedErrorChs = ErrorHelper.getInternalError(
InternalErrorCode.CommandFailed,
Expand Down

0 comments on commit 150bc09

Please sign in to comment.