]> gerrit.simantics Code Review - simantics/district.git/blob - match/shim.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / match / shim.js
1 'use strict';
2
3 module.exports = function (t, a) {
4         var result = ['foo'];
5         result.index = 0;
6         result.input = 'foobar';
7         a.deep(t.call(/foo/, 'foobar'), result);
8 };