UNPKG

microflo-core

Version:

Core components for MicroFlo

35 lines (34 loc) 498 B
topic: InvertBoolean cases: - name: 'sending false' assertion: 'should return true' inputs: in: false expect: out: equals: true - name: 'sending true' assertion: 'should return false' inputs: in: true expect: out: equals: false - name: 'sending 0' assertion: 'should return true' inputs: in: 0 expect: out: equals: true - name: 'sending 1' assertion: 'should return false' inputs: in: 1 expect: out: equals: false