Skip to content

Commit

Permalink
feature: make oo configurable (#57)
Browse files Browse the repository at this point in the history
* feature: make oo configurable

* enhancement: add setup and teardown for docx file
  • Loading branch information
fschade authored Oct 20, 2023
1 parent 68c11d7 commit 5bfc384
Show file tree
Hide file tree
Showing 111 changed files with 190 additions and 40,118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
.pnpm-store
dist
lib
tmp
node_modules
cache
1 change: 1 addition & 0 deletions packages/k6-tdk/src/client/xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const RESOURCE__get_resource_properties: PlatformXml = {
.ele(namespace.dav, 'prop')
.ele(namespace.oc, 'fileid').up()
.ele(namespace.oc, 'tags').up()
.ele(namespace.dav, 'lockdiscovery').up()
.end()
},
[Platform.ownCloudServer]() {
Expand Down
1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-23IE5RL2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-2H3JW7GA.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-2OWWXSCD.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-32UM3ICB.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-353DLYHQ.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-3IG7X2Z6.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-4F4M52T6.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-54M7XJG3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-5YUQFYDE.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-7JQSGBMM.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-BAKS2CHZ.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-CXQGCQVF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5bfc384

Please sign in to comment.