UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

8 lines (6 loc) 283 B
import getStemmer from "../../../../../src/languageProcessing/languages/_default/helpers/getStemmer"; describe( "Test for the base stemmer where it returns the input word", () => { it( "returns the input word", () => { expect( getStemmer()( "cats" ) ).toBe( "cats" ); } ); } );