aboutsummaryrefslogtreecommitdiff
path: root/tests/formatting.test.js
AgeCommit message (Collapse)Author
2020-02-15Added support for prettier xml pluginmitermayer
- updated package.json deps - added tests - updated lock file
2020-02-13Including snapshots as part of assertionsmitermayer
- Having snapshots can help when debugging tests
2019-08-30enabling-tests-to-auto-run-on-ci - Updating jest timeout for functionsmitermayer
- testing if the reason why things are failing is due to timeout
2019-08-30enabling-tests-to-auto-run-on-ci - testing new settings and includingmitermayer
lock
2019-08-30enabling-tests-to-auto-run-on-ci - Increasing timeout per functionmitermayer
- increased timeout per function to 10s
2019-08-30enabling-tests-to-auto-run-on-ci - fixing testmitermayer
- This commit fixes test that was used to force fail to test CI integration
2019-08-30enabling-tests-to-auto-run-on-ci - forcing build to fail to test cimitermayer
- This commit forces the build to fail to check CI integration is working as expected
2019-08-25integrating-vim-driver - Setting up initial testsmitermayer
- This commit introduced vim-driver as main form of testing vim-prettier, we will introduce tests for it on subsequent releases
2019-08-25Adding basic formatting testsmitermayer
2019-08-25Integrating vim-driver dummy testmitermayer