Commit Graph

27 Commits

Author SHA1 Message Date
Juho Teperi 58583db56d Add tests using Cljs bundle output with Karma
New :bundle target will generate JS tooling compatible output, which can
be processed with Webpack and passed to Karma.
2020-04-16 22:45:51 +03:00
Juho Teperi 666a80fd02 Enable test coverage reports 2020-03-22 15:22:11 +02:00
Juho Teperi ff4c9a6031 Remove dom functions from core ns 2020-02-05 23:15:05 +02:00
Juho Teperi d663f3b53e Add shadow-cljs test configuration 2019-10-25 10:28:52 +03:00
Juho Teperi 35a04a6125 Use latest Closure for React fix 2018-04-04 19:11:58 +03:00
Juho Teperi 601da7cc1d Merge branch 'test-browser-node-prod' into react-16-try2 2018-04-03 11:00:46 +03:00
Juho Teperi e095696bcc Use React 16 and simplify test setup 2018-04-03 10:33:01 +03:00
Juho Teperi 450a9a723f Use React 16.3.0 2018-03-30 08:33:19 +03:00
Juho Teperi 4cefcdc3a6 Update package-lock files 2018-03-26 14:36:50 +03:00
Juho Teperi 46915307fa Update deps 2018-03-26 14:36:17 +03:00
Juho Teperi 5594e3bdb0 Fix test script lein profile 2018-03-13 21:49:32 +02:00
Juho Teperi 5f47f8e9f0 Add browser-node-prod environments 2018-03-13 21:35:30 +02:00
Juho Teperi b8da121fbe Update package-lock 2018-03-13 21:24:18 +02:00
Juho Teperi f93dc7f756 Test with foreign libs in node 2018-03-08 19:29:46 +02:00
Juho Teperi a2f445eb99 Report prod bundle size on CI 2018-02-12 20:32:12 +02:00
Juho Teperi b34ab91011 React 16.2.0 2017-12-04 17:01:13 +02:00
Juho Teperi c65d1d80a0 Update to React 16.1.1 2017-11-28 17:57:07 +02:00
Juho Teperi 6931b37ac5 Use exact npm versions 2017-11-28 17:57:07 +02:00
Juho Teperi a8ec0d219b Add test for child context 2017-11-28 15:41:30 +02:00
Juho Teperi 17351984a9 Fix prod test script 2017-11-28 15:07:43 +02:00
Juho Teperi ff82417dd0 React 16.1.0 2017-11-09 19:34:58 +02:00
Juho Teperi 52b0b2eba4 Fix demo site build script, stop usinn lein profile merging 2017-10-18 14:25:41 +03:00
Juho Teperi 03ff2ffe87 Add karma junit reporter & other config 2017-10-14 16:20:43 +03:00
Juho Teperi be0ebb8a81 Add node_modules symlinks 2017-10-14 13:12:14 +03:00
Juho Teperi c68f5a88f4 Optimize node modules, remove old stuff
- Removed webpack build for now, not up-to-date, can be added later if
needed
- Share node modules using symlinks for envs that use the same packages
2017-10-13 16:42:25 +03:00
Juho Teperi f590c342eb Allow running figwheel from test-environments folders 2017-10-13 15:59:48 +03:00
Juho Teperi 14c43e066f Run all tests on their own directories
This allows running figwheel on main folder, without node_modules from
tests messing the environment.
2017-10-13 15:02:10 +03:00