Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
avowkind committed Jul 2, 2019
1 parent 4eae29c commit d6a252f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
21 changes: 21 additions & 0 deletions docs/Design-Iteration-Format-Voluntarily
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# The Mission: exactly what you’re setting out to accomplish.
verb target outcome

Increase NZ children's encounters with technology and technical people for a fair and innovative future.

# Big Idea: how you’re going to accomplish it.
Remove obstacles to high impact volunteering by building and running a freely available, open source platform that provides a curated marketplace linking schools, businesses and activity providers.

# Impact: the key outcome that fulfills the mission and focuses design.

# Behavior: who must do what differently to create that impact.

# Interventions: what you’re going to do to drive those behaviors in a lasting way. Model: a replicable, scalable process that integrates the intervention.

# Doer & Payer: who will replicate and who will pay for your model at scale. Scalability Audit: a simple and systematic assessment of the model.


Three things to think about throughout the process:
1. Scope of the problem
2. Simplicity of your solution
3. Cost to do it
5 changes: 5 additions & 0 deletions docs/certname.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add the following CNAME record to the DNS configuration for your domain.

type CNAME
name _ad93eac2d3446de5af97704b3500ae57.voluntarily.nz.
value _8c3d41a98fbfeec11b0d812760dd2f1d.duyqrilejt.acm-validations.aws.
12 changes: 6 additions & 6 deletions lib/auth/__test__/auth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ test.serial('convert user to person when person does not exist', async t => {
fetchMock.restore()
})

test.serial('dont convert user to person when user email not verified', async t => {
const user = jwtDecode(jwtData.idToken)
user.email_verified = false
const person = await getPersonFromUser(user)
t.false(person)
})
// test.serial('dont convert user to person when user email not verified', async t => {
// const user = jwtDecode(jwtData.idToken)
// user.email_verified = false
// const person = await getPersonFromUser(user)
// t.false(person)
// })

test.serial('convert token to session when person exists', async t => {
t.plan(3)
Expand Down

0 comments on commit d6a252f

Please sign in to comment.