]> gerrit.simantics Code Review - simantics/district.git/blob - test/broken.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / test / broken.js
1
2
3 var cc = require('..')
4 var assert = require('assert')
5
6
7 //throw on invalid json
8 assert.throws(function () {
9   cc(__dirname + '/broken.json')
10 })