aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/alert.js
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23Switch from QUnit to Jasmine.Johann-S1-123/+0
2019-03-11Comply to the new rules.XhmikosR1-1/+1
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR1-7/+2
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S1-6/+6
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-4/+6
2019-02-20remove old references to jquery and some fixesJohann-S1-4/+4
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S1-9/+9
2019-02-20alert without jqueryJohann-S1-10/+13
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+1
2018-04-10v4 improve coverage (#25945)Johann-S1-0/+39
* Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-3/+8
2018-01-11Comply to the new rules.XhmikosR1-9/+8
2017-08-23Tweak ESLint rules.XhmikosR1-1/+1
2016-12-07Rename `.active` to `.show`Starsam801-3/+3
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-1/+1
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-3/+3
2015-05-07es6 alert :|fat1-1/+2
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert1-2/+2
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche1-0/+6
[Fixes #15953] Implement `assert.expect` in each unit test
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart1-2/+2
Refs #15893
2015-02-23JS unit tests: equal() => strictEqual()Chris Rebert1-2/+2
[skip validator]
2015-02-23JS unit tests: use QUnit.module() & QUnit.test() everywhereChris Rebert1-8/+8
[skip validator]
2015-02-23JS unit tests: use modern QUnit assert object everywhereChris Rebert1-14/+14
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-3/+3
[skip validator]
2014-08-04Use closest `.alert` for alert dismissal; closes #14306Heinrich Fenkart1-4/+4
2014-07-06Move to leading plusesHeinrich Fenkart1-8/+8
2014-07-06Clean alert unit tests upHeinrich Fenkart1-15/+15
2014-06-06Comply to the new style.XhmikosR1-6/+7
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski1-11/+20
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-02-17Remove semicolons from JS testsZlatan Vasović1-5/+5
2014-02-14Re-indent test files.XhmikosR1-56/+56
2013-12-19No leading plusesZlatan Vasović1-8/+8
2013-12-16Require comma on left sideZlatan Vasović1-4/+4
2013-12-08Use single quotes consistently.XhmikosR1-7/+7
2013-05-16change namespace back to dot notation and someother js shizzlefat1-3/+3
2013-05-16fix testsfat1-2/+2
2013-05-16a bunch javascript junkfat1-0/+62