Skip to content

Commit

Permalink
[css] Re-enable stylesheet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bgriffith committed Aug 16, 2017
1 parent 816c270 commit 28a8f07
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions test/css/stylesheet/test.coffee
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
describe 'css/stylesheet >>', ->

# it '0', -> this.shouldBeOk()
# it '1', -> this.shouldBeOk()
# it '2', -> this.shouldBeOk()
# it '3', -> this.shouldBeOk()
# it '4', -> this.shouldBeOk()
it '0', -> this.shouldBeOk()
it '1', -> this.shouldBeOk()
it '2', -> this.shouldBeOk()
it '3', -> this.shouldBeOk()
it '4', -> this.shouldBeOk()
it '5', -> this.shouldBeOk()
#
# it 'c.0', -> this.shouldBeOk()
#
# it 'issue86.test1', -> this.shouldBeOk()
# it 'issue87.test1', -> this.shouldBeOk()
# it 'issue88.test1', -> this.shouldBeOk()
# it 'issue90.test1', -> this.shouldBeOk()
# it 'issue90.test2', -> this.shouldBeOk()
# it 'issue111.test1', -> this.shouldBeOk()
#
# it 's.0', -> this.shouldBeOk()
# it 's.1', -> this.shouldBeOk()
# it 's.2', -> this.shouldBeOk()
# it 's.3', -> this.shouldBeOk()

it 'c.0', -> this.shouldBeOk()

it 'issue86.test1', -> this.shouldBeOk()
it 'issue87.test1', -> this.shouldBeOk()
it 'issue88.test1', -> this.shouldBeOk()
it 'issue90.test1', -> this.shouldBeOk()
it 'issue90.test2', -> this.shouldBeOk()
it 'issue111.test1', -> this.shouldBeOk()

it 's.0', -> this.shouldBeOk()
it 's.1', -> this.shouldBeOk()
it 's.2', -> this.shouldBeOk()
it 's.3', -> this.shouldBeOk()

0 comments on commit 28a8f07

Please sign in to comment.