Skip to content

Commit

Permalink
Actually working now
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jun 28, 2019
1 parent 825a366 commit f4652bf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/basic.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'

const t = require('tap')
const S = require('fluent-schema')
const makeTest = require('./make-test')

process.env.VALUE_FROM_ENV = 'pippo'
Expand Down Expand Up @@ -229,17 +228,6 @@ const tests = [
data: [],
isOk: false,
errorMessage: 'should NOT have fewer than 1 items,should be object,should match exactly one schema in oneOf'
},
{
name: 'simple object - fluent-schema',
schema: S.object().prop('PORT', S.string()),
data: {
PORT: '44'
},
isOk: true,
confExpected: {
PORT: '44'
}
}
]

Expand Down

0 comments on commit f4652bf

Please sign in to comment.