tfk-saksbehandling-skoleskyss-fara
Advanced tools
Comparing version 4.0.6 to 4.0.7
{ | ||
"name": "tfk-saksbehandling-skoleskyss-fara", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Checks if FARA is transporter", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
"standard": "8.0.0", | ||
"tap": "7.0.0" | ||
"tap": "7.0.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "dependencies": { |
@@ -15,2 +15,51 @@ 'use strict' | ||
options.postnummer = 3803 | ||
options.gatenavn = 'Rokkemakervegen' | ||
options.husnummer = '70' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Rokkemakervegen') | ||
options.gatenavn = 'Tjønnåsvegen' | ||
options.husnummer = '60' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Tjønnåsvegen') | ||
options.gatenavn = 'Myhrevegen' | ||
options.husnummer = '151' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Myhrevegen') | ||
options.gatenavn = 'Roevegen' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Roevegen') | ||
options.gatenavn = 'Nyvollvegen' | ||
options.husnummer = '12' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Nyvollvegen') | ||
options.gatenavn = 'Lundevegen' | ||
options.husnummer = '126' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Lundevegen') | ||
options.gatenavn = 'Uvdalvegen' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Uvdalvegen') | ||
options.gatenavn = 'Dagstjønnvegen' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Dagstjønnvegen') | ||
options.gatenavn = 'Breskehaugbakken' | ||
options.husnummer = '60' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Breskehaugbakken') | ||
options.gatenavn = 'Tjønnåsen' | ||
options.husnummer = '6' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Tjønnåsen') | ||
options.gatenavn = 'Stadskleivvegen' | ||
options.husnummer = '15' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Stadskleivvegen') | ||
options.gatenavn = 'Skyttarvegen' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Skyttarvegen') | ||
options.gatenavn = 'Kyrkjevegen' | ||
options.husnummer = '169' | ||
tap.equal(isFara(options), true, 'Nome vgs, avdeling Lunde returns true from 3803 Kyrkjevegen') | ||
// Hovedregel for 3801, 3803, 3810 og 3830 er SANN FARA - Samme på Specials |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131331
6588