diff options
Diffstat (limited to 'devtools/client/shared/test-helpers/jest-fixtures/Services.js')
-rw-r--r-- | devtools/client/shared/test-helpers/jest-fixtures/Services.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/client/shared/test-helpers/jest-fixtures/Services.js b/devtools/client/shared/test-helpers/jest-fixtures/Services.js index 85d0bce5e0..d6198c8d2d 100644 --- a/devtools/client/shared/test-helpers/jest-fixtures/Services.js +++ b/devtools/client/shared/test-helpers/jest-fixtures/Services.js @@ -541,9 +541,9 @@ const Services = { appinfo: "", obs: { addObserver: () => {} }, strings: { - createBundle(bundle) { + createBundle() { return { - GetStringFromName(str) { + GetStringFromName() { return "NodeTest"; }, }; |