diff --git a/src/Common/Constants/index.ts b/src/Common/Constants/index.ts index 706e9f725..be271e0f2 100644 --- a/src/Common/Constants/index.ts +++ b/src/Common/Constants/index.ts @@ -32,7 +32,7 @@ import * as TerminalQueryParams from "./TerminalQueryParams"; import * as TryCosmosExperience from "./TryCosmosExperience"; import * as Urls from "./Urls"; -const StyleConstants = require("less-vars-loader!../../less/Common/Constants.less"); +const StyleConstants = require("less-vars-loader!../../../less/Common/Constants.less"); export { StyleConstants, diff --git a/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap b/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap index 57939c19b..f4f8696dc 100644 --- a/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap +++ b/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap @@ -15,9 +15,7 @@ exports[`Upload Items Pane should render Default properly 1`] = ` multiple={true} onUpload={[Function]} tabIndex={0} - tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON - documents. The combined size of all files in an individual upload operation must be less than 2 MB. You - can perform multiple upload operations for larger data sets." + tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON documents. The combined size of all files in an individual upload operation must be less than 2 MB. You can perform multiple upload operations for larger data sets." />