@noma/helper-env
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@noma/helper-env", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -15,18 +15,18 @@ "main": "./src/index.js", | ||
"devDependencies": { | ||
"@noma/eslint-config-noma": "^1.0.0", | ||
"@noma/eslint-config-noma-test": "^1.0.0", | ||
"chai": "^4.2.0", | ||
"eslint": "7.21.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"@noma/eslint-config-noma": "^1.1.0", | ||
"@noma/eslint-config-noma-test": "^1.1.0", | ||
"chai": "^4.3.4", | ||
"eslint": "7.32.0", | ||
"eslint-plugin-import": "2.24.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.3.1", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-standard": "5.0.0", | ||
"mocha": "^8.1.3", | ||
"mocha": "^9.1.1", | ||
"mocha-eslint": "7.0.0" | ||
}, | ||
"dependencies": { | ||
"@noma/helper-debug": "^1.0.2", | ||
"@noma/helper-json": "^1.0.0" | ||
"@noma/helper-debug": "^1.1.0", | ||
"@noma/helper-json": "^1.1.0" | ||
}, | ||
"gitHead": "a68898aae5d6ba71ec0c4b82436b679e18bf777a" | ||
"gitHead": "e12031f0ce2e9237f084f63b252f4caff5b2c597" | ||
} |
import '../src/index.js' | ||
describe('@noma/helper-env', () => { | ||
it('should add env var TEST', () => { | ||
expect(process.env).to.have.property('TEST') | ||
}) | ||
it('should add env var TEST', () => { | ||
expect(process.env).to.have.property('TEST') | ||
}) | ||
}) |
3308
Updated@noma/helper-debug@^1.1.0
Updated@noma/helper-json@^1.1.0