Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dawehner committed Jun 9, 2019
1 parent 6957aa2 commit faaf316
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/complement-simplification.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,13 @@ ruleTester.run('complement-simplification', rule, {
code: 'complement(F)',
errors: [error('F', 'T')]
},
{
code: 'complement(or)',
errors: [error('or', 'and')]
},
{
code: 'complement(and)',
errors: [error('and', 'or')]
},
{
code: 'R.complement(R.T)',
errors: [error('T', 'F')]
},
{
code: 'R.complement(or)',
errors: [error('or', 'and')]
}
]
});

0 comments on commit faaf316

Please sign in to comment.