summaryrefslogtreecommitdiff
path: root/scalajslib/test
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-021-1/+0
| | | | - Remove un-used `Evaluator#millSourcePath` parameter
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-6/+6
| | | | - Make `T.worker`s not flush out their directories between instantiations
* compile zinc compiler bridges on demand to remove restriction on supported ↵Li Haoyi2018-02-021-3/+4
| | | | scala versions
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-017-14/+177
| | | fixes #102. Use scala js testing framework to launch tests
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-281-2/+1
| | | | Also avoid passing around `Discover` and `Evaluator` together, since the latter already contains the former
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests ↵Li Haoyi2018-01-261-1/+3
| | | | to validate the `dest` paths of overriden commands and overriden targets
* fix couple typos in scalajs tests: match test name with scala versionrockjam2018-01-221-3/+3
|
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-202-0/+167
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests