We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e0ffd commit b9cf214Copy full SHA for b9cf214
lib/optimizely/index.tests.js
@@ -4407,7 +4407,7 @@ describe('lib/optimizely', function() {
4407
assert.deepEqual(user2.getUserId(), userId2);
4408
});
4409
4410
- it('should call the error handler for invalid user ID and return throw', function() {
+ it('should call the error handler for invalid user ID and throw', function() {
4411
const { optlyInstance, errorNotifier, createdLogger } = getOptlyInstance({
4412
datafileObj: testData.getTestDecideProjectConfig(),
4413
0 commit comments