• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Roblox / roact / 544
95%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2019 08:41PM UTC
Jobs 1
Files 35
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
544

push

travis-ci

LPGhatguy
Make Fragment an Element (#214)

* Make Fragment an Element

Fragments can not be used directly as children of a component:

local function component()
    return Roact.createElement("Frame", {}, {
        fragments = Roact.createFragment({
            A = Roact.createElement("Frame", {}, {})
        })
    })
end

Turning Fragments into Elements make them have their own virtual node,
so they can be reconciled as any other nodes.

* Add fragment tests

* Add empty fragment tests

* Remove unused spy

* Make test assertion clearer

* Update changelog

* Update CHANGELOG.md

Co-Authored-By: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com>

* Update fragments tests

16 of 16 new or added lines in 3 files covered. (100.0%)

1158 of 1245 relevant lines covered (93.01%)

40.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 544.1 (LUA="lua=5.1") 20 Jun 2019 08:41PM UTC 0
93.01
Travis Job 544.1
Source Files on build 544
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #544
  • 693e64e0 on github
  • Prev Build on master (#530)
  • Next Build on master (#550)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc