2.0.0 • Published 5 years ago

ember-text-test-helper v2.0.0

Weekly downloads
225
License
MIT
Repository
github
Last release
5 years ago

ember-text-test-helper

Greenkeeper badge npm version Build Status Ember Version

text test helper that collapses spaces and newlines

Installation

ember install ember-text-test-helper

Usage

<span class="whitespace">

  hello

  there

</span>
import text from 'ember-text-test-helper';

assert.equal(text('.whitespace'), 'hello there');

You can select one or many elements and they will all be collapsed into a single string. The test helper takes an argument of a string selector, or already selected elements via document.querySelector and document.querySelectorAll.

License

This project is licensed under the MIT License.

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago