84 Commits (0f865137606ad019c8b8e92a4356869307066eb8)

Author SHA1 Message Date
Rich-Harris 8c25878608 ensure local rollup build is used 8 years ago
Rich-Harris 9f399591b3 add test for es6 format warning 8 years ago
Rich-Harris c542325a58 switch tests from babel to buble 8 years ago
Rich Harris 9b13711cf7 update allowed options test 8 years ago
Rich Harris 89327d50b2 oops 8 years ago
Rich Harris f171048be0 remove unused variable 8 years ago
Rich-Harris 9cfedd55d4 reinstate all tests 8 years ago
Rich Harris 84d408f9ad make tests more robust (fs was getting out of sync) 8 years ago
Rich Harris fc7e0f1ce2 change option from bundle to cache 8 years ago
Rich-Harris 3264378330 tidy up tests, squelch nuisance warnings 8 years ago
Brian Donovan a3f2d17596 Allow specifying multiple output targets. 8 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 8 years ago
Bogdan Chadkin 157b7c151f Invalidate module when file content is changed 9 years ago
Bogdan Chadkin ad44c4ba5b Add incremental support build by passing previous bundle 9 years ago
Rich Harris 49154f2e2d easier way to expect warnings in tests 9 years ago
Oskar Segersvärd 5677b3697f Allow tree-shaking to be disabled 9 years ago
fatfisz c1978fb9e6 Normalize relative external paths. 9 years ago
Oleg SKLYANCHUK cc8141cc55 Add useStrict option to ALLOWED_KEYS. 9 years ago
Chris Reeves 66f838ad9d add an option to add noConflict method to umd global 9 years ago
Alec LaLonde 6096a72856 Added test for exports flag, fixed test flag assertion comparator 9 years ago
Rich-Harris 8a867c17e5 warn on missing options in config file 9 years ago
Rich Harris 831620d3ee bump timeout to accommodate slow tests in npm<3 9 years ago
Rich-Harris 992f441bb3 ensure dest is resolved against cwd, to make sourcemap paths relative when using CLI (#344) 9 years ago
Oskar Segersvärd 5ba121544c Update test 9 years ago
Brian Donovan dfd921e54f Always fail `rollup` with a rejected promise, not a thrown error. 9 years ago
Rich-Harris a0e01ac1e6 more informative error when test config fails to load (#325) 9 years ago
Permutator 3d96d171c5 Fixed tests for rejection when not options or options.entry isn't passed 9 years ago
Rich-Harris d35ffb1565 skip tests on windows, as applicable. closes #279 9 years ago
Bogdan Chadkin 334165ceda Promise reject instead of throwing Error 9 years ago
Rich-Harris b16921646d exclude dead branches 9 years ago
Rich Harris c65034f0fd update tests 9 years ago
Rich-Harris a3a2b2b1e6 update tests 9 years ago
Rich-Harris 3e6fe19a39 brute force merge rewrite -> rewrite-master 9 years ago
Rich-Harris cf0d3f25e3 fix test output 9 years ago
Rich Harris 1034d0b6fe test for bad export types 9 years ago
Rich Harris 313b108f41 remove some unused code, add some additional tests 9 years ago
Rich-Harris 4a1a435dc3 use absolute sourceMapFile to verify relative sources (#125) 9 years ago
Rich-Harris ac6c2d03db add bundle.modules - fixes #128 9 years ago
Rich-Harris 4e5f719fbf more windows bs 9 years ago
Rich-Harris ab3160a71f normalise test output for benefit of windows 9 years ago
Luke Page 30ecd4373a Fix tests in windows 9 years ago
Oskar Segersvärd 9531335f1c When configuring a form test to be solo, execute all tests in that group. 9 years ago
Oskar Segersvärd 613cc9dd88 Fix rollup.rollup being called for skipped tests. 9 years ago
Rich Harris 61a96bcf98 update tests 9 years ago
Rich-Harris c36432092d handle errors (caused by e.g. console.log) in CLI tests 9 years ago
Rich-Harris bf54f9db15 enable all tests 9 years ago
Rich-Harris 01b69eadc6 handle external imports in ES6 bundles 9 years ago
Rich Harris 63dd595d3a split out tests 9 years ago
Rich Harris e1195bdd87 use loose model for es6 classes 9 years ago
Rich-Harris 1111e144a8 support moduleId and moduleName via CLI (fixes #24) 9 years ago