2.0.4 • Published 6 years ago

@sharyn/testing v2.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

🌹 @sharyn/testing

npm

This package provides testing helpers.

🌹 Install

yarn add --dev @sharyn/testing

🌹 Usage

sel

A short helper to target data-test attributes with a selector.

import { sel } from '@sharyn/testing'

console.log(sel('hey')) // '[data-test="hey"]'

expect(page).toClick(sel('submit-button'))
2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago