This commit is contained in:
parent
f5ae11c1ad
commit
46fcc5cbb5
|
@ -501,5 +501,4 @@ module.exports = [
|
||||||
{ ts: 1527823755, e: `again, once more` }, // دوباره - doobáara
|
{ ts: 1527823755, e: `again, once more` }, // دوباره - doobáara
|
||||||
{ ts: 1527816771, e: `short-term` }, // لنډ مهال - lanDmahaal
|
{ ts: 1527816771, e: `short-term` }, // لنډ مهال - lanDmahaal
|
||||||
{ ts: 1588758395153, e: `just like that (abrev. of هم هغسې)` }, // همغسې - humaghase
|
{ ts: 1588758395153, e: `just like that (abrev. of هم هغسې)` }, // همغسې - humaghase
|
||||||
{ ts: 1527811620, e: `as` }, // په حیث - pu heys
|
|
||||||
];
|
];
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "2.5.8",
|
"version": "2.5.9",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
import { render, screen } from '@testing-library/react';
|
|
||||||
import App from './App';
|
|
||||||
|
|
||||||
test('renders', () => {
|
|
||||||
render(<App />);
|
|
||||||
const linkElement = screen.getByText(/pashto verb explorer/i);
|
|
||||||
expect(linkElement).toBeInTheDocument();
|
|
||||||
});
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue