Skip to content

Commit

Permalink
Fixup AssetItem
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarber committed May 29, 2018
1 parent 528667b commit 08da21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Models/Core/MainModule/UI/Components/AssetItem.spec.lua
Expand Up @@ -8,8 +8,7 @@ return function()
expect(AssetItem).to.be.ok()
end)

--- @TODO breaks trying to get MarketplaceService
itSKIP("should mount and unmount", function()
it("should mount and unmount", function()
local d = Roact.createElement(AssetItem)
local h = Roact.mount(d)
Roact.unmount(h)
Expand Down

0 comments on commit 08da21f

Please sign in to comment.