tests/helper/prism-loader.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt a394a14d 2021-10-05T22:13:13 Added more plugin tests (#1969)
Michael Schmidt 9cae4461 2021-04-17T22:26:40 ESLint: Added quotes rule (#2835)
Michael Schmidt 772d42be 2021-03-26T13:16:16 Added ESLint with minimal config (#2831)
Michael Schmidt 681adeef 2020-06-28T03:16:17 Add extra newlines in pretty token streams (#2070) The formatter for the simplified token streams of our test cases will now emit extra (empty) newlines if the tested code also has an empty line at those positions.
Michael Schmidt e756be3f 2020-06-27T21:43:24 Tests are now faster (#2165)
Michael Schmidt e416341f 2020-05-22T17:37:53 Test: Always use `components.json` (#2370) All test files now consistently import `components.json` instead of `components.js`. The JS file is generated and can be outdated. This can be annoying when you're adding a language.
Michael Schmidt b4ed5ded 2020-05-19T01:47:03 Tests: Included console in VM context (#2353)
Michael Schmidt 7a4a0c7c 2019-12-16T12:49:21 Standardized dependency logic implementation (#1998) This adds a standard logic for handling dependencies between Prism components. Right now, the download page, the `loadLanguages` function, and the test suite use the new dependency system.
Michael Schmidt c3e74ea3 2019-03-24T22:50:22 Tests: Additional checks for Prism functions (#1803) This adds additional checks for `extend` and `insertBefore` under `Prism.languages`.
Michael Schmidt 832a9643 2019-03-10T21:30:58 Refactored tests (#1795) This refactors all test related JS files.
Golmote 0e1a8b75 2018-03-20T08:54:48 Tests: Use the new components.js file directly
Golmote ac792bd7 2015-08-25T08:04:33 Prism loader must handle dependency array.
Jannik Zschiesche 2bc55185 2015-07-26T14:34:41 Improve support of node 10.x
Jannik Zschiesche 1e0b8d9d 2015-07-26T14:08:47 Fixed code style issues
Jannik Zschiesche 5c2f9e0a 2015-07-15T19:29:27 Use consistent quote style
Jannik Zschiesche aec5fcc4 2015-06-13T16:41:31 Added return type definition
Jannik Zschiesche 09898e8e 2015-06-13T16:37:07 Support language inclusion tests By using composed language names "language+language2+language3" you can test language inclusion or do integration tests.
Jannik Zschiesche d1f90520 2015-06-01T20:39:11 Implemented test runner