Skip to content

Commit

Permalink
chore(NA): move es_ui_shared out of __tests__ folder (#87352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Jan 6, 2021
1 parent a1f949b commit 31c667a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
*/
import _ from 'lodash';
// @ts-ignore
import collapsingTests from './utils_string_collapsing.txt';
import collapsingTests from './__fixtures__/utils_string_collapsing.txt';
// @ts-ignore
import expandingTests from './utils_string_expanding.txt';
import expandingTests from './__fixtures__/utils_string_expanding.txt';

import * as utils from '../index';
import { extractJSONStringValues } from '../parser';
import * as utils from './index';
import { extractJSONStringValues } from './parser';

describe('JSON to XJSON conversion tools', () => {
it('will collapse multiline strings', () => {
Expand Down

0 comments on commit 31c667a

Please sign in to comment.