mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
9 lines
180 B
JavaScript
9 lines
180 B
JavaScript
var caronte = require('../'),
|
|
expect = require('expect.js');
|
|
|
|
describe('the truthness', function() {
|
|
it('should be true', function() {
|
|
expect(true).to.be(true);
|
|
})
|
|
});
|