mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
var Message = require('../../proxy/message');
|
|
var should = require('should');
|
|
|
|
describe('test/proxy/message.test.js', function () {
|
|
});
|