forked from mirrors/easyappointments
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
|
/*global describe: true, expect: true, it: true, xdescribe: true */
|
||
|
|
||
|
xdescribe('module that exports a constructor', function() {
|
||
|
// TODO
|
||
|
});
|