mirror of
https://github.com/Shopify/draggable.git
synced 2026-01-18 15:54:06 +00:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export function expectation(passed: boolean) {
|
|
return passed ? 'not to have' : 'to have';
|
|
}
|