Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 26, 2019
1 parent 7c00501 commit a74680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/offlineUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('offline UI', async () => {
const WEB_CHAT_PROPS = { styleOptions: { spinnerAnimationBackgroundImage: staticSpinner } };

const { driver } = await setupWebDriver({
createDirectline: options => {
createDirectLine: options => {
// This part of code is running in the JavaScript VM in Chromium.
// This Direct Line Connection Status variable must be declared within scope
const UNINITIALIZED = 0;
Expand Down

0 comments on commit a74680d

Please sign in to comment.