Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Feb 13, 2025
2 parents 5d298cb + e7c9735 commit 46956d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @dequelabs/axe-api-team
* @dequelabs/ocarina-team
4 changes: 2 additions & 2 deletions src/linter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('linter', () => {

// Verify error reporting
assert.isTrue(
errorStub.calledWith('test-rule-1 - Test error 1', {
errorStub.calledWith('test.js:1 - test-rule-1 - Test error 1', {
file: 'test.js',
startLine: 1,
startColumn: 1,
Expand All @@ -135,7 +135,7 @@ describe('linter', () => {
)

assert.isTrue(
errorStub.calledWith('test-rule-2 - Test error 2', {
errorStub.calledWith('test.html:1 - test-rule-2 - Test error 2', {
file: 'test.html',
startLine: 1,
startColumn: 1,
Expand Down

0 comments on commit 46956d6

Please sign in to comment.