This commit is contained in:
lingdocs 2022-05-24 13:28:06 -05:00
parent f5ae11c1ad
commit 46fcc5cbb5
4 changed files with 2 additions and 11 deletions

View File

@ -501,5 +501,4 @@ module.exports = [
{ ts: 1527823755, e: `again, once more` }, // دوباره - doobáara
{ ts: 1527816771, e: `short-term` }, // لنډ مهال - lanDmahaal
{ ts: 1588758395153, e: `just like that (abrev. of هم هغسې)` }, // همغسې - humaghase
{ ts: 1527811620, e: `as` }, // په حیث - pu heys
];

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "2.5.8",
"version": "2.5.9",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -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