Skip to content

Commit

Permalink
package.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Oct 26, 2021
1 parent c54f2ff commit db1d70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ beforeEach(async () => {
await AsyncStorage.clear()
})

test.skip('can fill out the form with full day absence', async () => {
test('can fill out the form with full day absence', async () => {
const screen = setup()

await waitFor(() =>
Expand All @@ -61,7 +61,7 @@ test.skip('can fill out the form with full day absence', async () => {
expect(sendSMS).toHaveBeenCalledWith('121212-1212')
})

test.skip('handles missing social security number', async () => {
test('handles missing social security number', async () => {
const screen = setup()

await waitFor(() => fireEvent.press(screen.getByText('Skicka')))
Expand All @@ -70,7 +70,7 @@ test.skip('handles missing social security number', async () => {
expect(sendSMS).not.toHaveBeenCalled()
})

test.skip('validates social security number', async () => {
test('validates social security number', async () => {
const screen = setup()

await waitFor(() =>
Expand Down
32 changes: 0 additions & 32 deletions apps/skolplattformen-sthlm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,46 +68,14 @@
"react-native-svg": "*",
"react-native-typography": "*",
"react-native-webview": "*",
<<<<<<< HEAD
"formik": "*",
"moment": "*",
"personnummer": "*",
"yup": "*",
"@testing-library/react-hooks": "*",
"valtio": "*",
"i18n-js": "*",
"deepmerge": "*",
"buffer": "*",
"fast-fuzzy": "*",
"luxon": "*",
"node-fetch": "*",
"tough-cookie": "*",
"fetch-cookie": "*",
"https-proxy-agent": "*",
"events": "*",
"he": "*",
"node-html-parser": "*",
"change-case": "*",
"node-blob": "*",
"camelcase-keys": "*",
"h2m": "*",
"js-htmlencode": "*",
"regenerator-runtime": "*",
=======
"react-native": "*",
>>>>>>> 1ef5dd58bcec89cb16249459d30502a5b8a14681
"react-redux": "*",
"react": "*",
"redux": "*",
<<<<<<< HEAD
"@testing-library/react": "*",
"@react-native-cookies/cookies": "*"
=======
"regenerator-runtime": "*",
"tough-cookie": "*",
"valtio": "*",
"yup": "*"
>>>>>>> 1ef5dd58bcec89cb16249459d30502a5b8a14681
},
"devDependencies": {},
"private": true
Expand Down

0 comments on commit db1d70d

Please sign in to comment.