Skip to content

Commit

Permalink
Updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jun 22, 2016
1 parent d140e4e commit c78fa1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/templates-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
const tap = require('tap')
const templates = require('../templates/templates.json')

tap.equal(Object.keys(templates).length, 7, 'There are 7 different templates')
tap.equal(Object.keys(templates).length, 6, 'There are 6 different templates')

tap.ok(templates.avslag, 'There is a template for avslag')

tap.ok(templates.innvilget, 'There is a template for innvilget')

tap.ok(templates['doble-kontakter'], 'There is a template for doble-kontakter')

tap.ok(templates['midlertidig-annen'], 'There is a template for midlertidig-annen')

tap.ok(templates['midlertidig-delt'], 'There is a template for midlertidig-delt')
Expand Down

0 comments on commit c78fa1a

Please sign in to comment.