Eric Mc Sween
|
2df7a8eaad
|
Merge pull request #2032 from overleaf/as-upgrade-webpack
Upgrade webpack to v4
GitOrigin-RevId: a92c487fee79c29c5314273bf05439c9dbb0ce4d
|
2019-08-06 12:34:03 +00:00 |
|
Alasdair Smith
|
827814175f
|
Remove sixpack (#1974)
* Remove unused sixpack AB test
* Remove unused sixpack AB test
* Remove unused sixpackDomain global
* Remove unused Sixpack file
* Remove sixpack from frontend
* Remove unused sixpack-client package
GitOrigin-RevId: cdd4acf91cb045db93485f09dcb5ec63e43d01dc
|
2019-07-18 14:35:29 +00:00 |
|
Simon Detheridge
|
8717ddffad
|
Merge pull request #1331 from sharelatex/as-publish-modal-tests
Publish modal tests
GitOrigin-RevId: 7e068ce05c02d61793419a5344501ca0ea51ed5f
|
2019-01-11 14:44:05 +00:00 |
|
Alasdair Smith
|
3a90a2d004
|
Add custom assertion method to chai for comparing CM Pos objects
|
2018-06-27 11:28:29 +01:00 |
|
Alasdair Smith
|
1d6dd06b88
|
Serve underscore in karma tests
Because of the way that we're using underscore in the ES bundle (using the
global), we need to include underscore globally
|
2018-04-04 13:19:21 +01:00 |
|
Alasdair Smith
|
b417516c7f
|
Add CSS to karma
This is useful for rich text tests which rely on DOM structure/CSS layout of
rich text
|
2018-04-03 11:12:17 +01:00 |
|
Alasdair Smith
|
f544cebb0a
|
Compile modules ES code with webpack
Allows for bundling of third-party modules and prevents error when using
import/export syntax outside of type="module" script
|
2018-03-26 11:31:15 +01:00 |
|
Alasdair Smith
|
96b1d8c812
|
Compile frontend tests into web test directory and include module ES tests in karma
|
2018-03-23 12:37:47 +00:00 |
|
Alasdair Smith
|
ef0b550234
|
Handle fake images in karma, preventing 404 warnings
|
2018-03-12 15:06:58 +00:00 |
|
Alasdair Smith
|
40678cd91a
|
Remove erroneous reporter config, missing during merge conflict
|
2018-03-02 10:41:58 +00:00 |
|
Alasdair Smith
|
4e4d9aee89
|
Configure karma to use webpack for new ES file
|
2018-02-23 11:09:24 +00:00 |
|
Alasdair Smith
|
71e17460b7
|
Switch to mocha reporter
|
2018-02-22 14:04:22 +00:00 |
|
Alasdair Smith
|
89c9475d29
|
Configure karma to load angular, requirejs and test/source files
Use test-main.js file to configure requirejs so that AMD loader can be
used
|
2018-02-20 14:01:02 +00:00 |
|
Alasdair Smith
|
d37b238c9e
|
Add karma config
|
2018-02-20 14:01:02 +00:00 |
|