Skip to content

Commit

Permalink
QUnit: Clean up extensions (DevExpress#11645) (DevExpress#11813)
Browse files Browse the repository at this point in the history
# Conflicts:
#	testing/.eslintrc
#	testing/tests/DevExpress.viz.sparklines/baseSparklineTooltipEvents.tests.js
  • Loading branch information
San4es committed Feb 4, 2020
1 parent 3cc8423 commit 63beb01
Show file tree
Hide file tree
Showing 12 changed files with 122 additions and 141 deletions.
3 changes: 2 additions & 1 deletion testing/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"qunit/no-commented-tests": "warn",
"qunit/no-identical-names": "warn",
"qunit/no-ok-equality": "warn",
"qunit/no-only": "error"
"qunit/no-only": "error",
"qunit/no-setup-teardown": "error"
}
}
Loading

0 comments on commit 63beb01

Please sign in to comment.