aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-10-08test: add tests for version comparisonVictor S
Added unit tests for version-comparison functions.
2020-03-21bugfix/issue-229-fixing-neovim-0-4-compatibilitymitermayer
- Updated nvim test version to latest 0.4.3 on Dockerfile - Updated nvim async job to behave similar to vim8 - Removing support for python plugins since it has been archieved from repository - bumping prettier dep - updating snapshots
2020-02-15Added support for prettier xml pluginmitermayer
- updated package.json deps - added tests - updated lock file
2020-02-15Adding support for the prettier lua pluginmitermayer
2020-02-15Adding support for prettier ruby pluginmitermayer
- Update docker container image to be able to run the prettier ruby plugin tests
2020-02-15Adding support for prettier python pluginmitermayer
- updating Dockerfile to include python3 on vim test bed image in order to work with prettier python plugin - prettier python plugin seems to require python3 to be available on the system
2020-02-13Including snapshots as part of assertionsmitermayer
- Having snapshots can help when debugging tests
2020-02-13Adding support for the php plugginmitermayer
- This adds support for the PHP prettier plugin - Fixes a bug where html overwrites php files parsers
2020-02-12Adding vue fixture testmitermayer
2020-02-12Adding yaml testing fixturemitermayer
2020-02-12Adding json testing fixturemitermayer
2020-02-12Adding fixture for graphqlmitermayer
2020-02-12Adding fixture tests for markdown filemitermayer
2020-02-12Addin formatting tests for htmlmitermayer
2020-02-12Adding test fixture for lessmitermayer
2020-02-12Adding test fixtures for scssmitermayer
2020-02-12Adding tests for typescriptmitermayer
2020-02-12Adding new tests fixturesmitermayer
- Adding fixture tests for css
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-26Adding docker config for building test containersmitermayer
- As part of integrating vim-driver as main testing platform for vim-prettier we will now ensure we can run tests on vim7 vim8 and neovim
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