ember-text-test-helper

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ember-text-test-helper

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

5.09 kB

Total Files

7

Last publish

Collaborators

  • kellyselden