Skip to content

Commit

Permalink
feat(mobile): 💄 add guided reading
Browse files Browse the repository at this point in the history
Signed-off-by: Yunus Andréasson <yunus@edenmind.com>
  • Loading branch information
YunusAndreasson committed Sep 30, 2023
1 parent a098323 commit 20ff46b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
Binary file modified mobile/.yarn/install-state.gz
Binary file not shown.
Empty file.
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"homepage": "https://openarabic.io",
"repository": "https://github.com/edenmind/OpenArabic",
"version": "1445.2.370",
"version": "1445.2.371",
"authors": [
"Yunus Andreasson <yunus@edenmind.com> (https://github.com/YunusAndreasson)"
],
Expand Down
9 changes: 1 addition & 8 deletions mobile/services/ui-services.test.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import { generateShare, generateTextError } from './ui-services.js'
import { generateTextError } from './ui-services.js'

//jest fake timers
jest.useFakeTimers()

describe('generateShare', () => {
it('returns a function', () => {
const result = generateShare({})
expect(typeof result).toBe('function')
})
})

describe('generateTextError', () => {
it('returns a function', () => {
const result = generateTextError({})
Expand Down

0 comments on commit 20ff46b

Please sign in to comment.