Skip to content

Commit

Permalink
test(jest.setup.ts): moving getApiLevel to numberFnNames
Browse files Browse the repository at this point in the history
- moves fn name, `getApiLevel` to proper array, `numberFnNames`
- this was found by writing tests (yay!)
  • Loading branch information
schie authored and mikehardy committed Nov 1, 2020
1 parent 23e4b32 commit 43bab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.setup.ts
Expand Up @@ -46,7 +46,6 @@ const stringFnNames = [
'getMacAddress',
'getSystemManufacturer',
'getBuildId',
'getApiLevel',
'getInstallerPackageName',
'getDeviceName',
'getUserAgent',
Expand Down Expand Up @@ -93,6 +92,7 @@ for (const name of booleanFnNames) {
const numberFnNames = [
'getUsedMemory',
'getFontScale',
'getApiLevel',
'getPreviewSdkInt',
'getFirstInstallTime',
'getLastUpdateTime',
Expand Down

0 comments on commit 43bab1a

Please sign in to comment.