Skip to content

Commit

Permalink
exclude propfind lib file
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Nov 24, 2021
1 parent 33d1c5e commit b5b53ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Options } from 'k6/options';
import { times } from 'lodash';

import { auth, defaults, k6, types, utils } from '../../../../../../lib';
import { default as propfind, options as propfindOptions } from './lib';
import { default as propfind, options as propfindOptions } from './shared.lib';

// put 1000 files into nested dirs and run a 'PROPFIND' through API
const files: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Options } from 'k6/options';
import { times } from 'lodash';

import { auth, defaults, k6, types, utils } from '../../../../../../lib';
import { default as propfind, options as propfindOptions } from './lib';
import { default as propfind, options as propfindOptions } from './shared.lib';

// put 1000 files into nested dirs and run a 'PROPFIND' through API
const files: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Options } from 'k6/options';
import { times } from 'lodash';

import { auth, defaults, k6, types, utils } from '../../../../../../lib';
import { default as propfind, options as propfindOptions } from './lib';
import { default as propfind, options as propfindOptions } from './shared.lib';

// put 1000 files into one dir and run a 'PROPFIND' through API

Expand Down

0 comments on commit b5b53ba

Please sign in to comment.