Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug: try commit before update to eslint-plugin-jsdoc 39
also add another minimal test case to see if that passes

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed May 3, 2022
commit c94f9d02bf919da14cdd5c9d642e2d61c8a2d52f
9 changes: 9 additions & 0 deletions cypress/integration/Debug.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import testData from '../fixtures/ListItem.md'

describe('Debug minimal test file', () => {

it('can assert things', () => {
expect(testData).to.include('\n')
})

})
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@cypress/webpack-preprocessor": "^5.11.1",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "github:nextcloud/eslint-config#5a7b5b533e7029fbd9dbbd5f60ab88678a2d37c3",
"@nextcloud/eslint-config": "github:nextcloud/eslint-config#777562d81d26025ed6e6d334b7730b0fa8ade8f5",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.0.0",
"@vue/test-utils": "^1.3.0",
Expand Down