]> gerrit.simantics Code Review - simantics/district.git/blob - test/env.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / test / env.js
1 var cc = require('..')
2 var assert = require('assert')
3
4 assert.deepEqual({
5   hello: true
6 }, cc.env('test_', {
7   'test_hello': true,
8   'ignore_this': 4,
9   'ignore_test_this_too': []
10 }))