Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
test(web): change position
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 2, 2015
1 parent 8e4fd68 commit eaeafb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* cnpmjs.org - test/controllers/web/package/show_sync.test.js
* cnpmjs.org - test/controllers/web/show_sync.test.js
*
* Copyright(c) cnpmjs.org and other contributors.
* MIT Licensed
Expand All @@ -15,9 +15,9 @@
*/

var request = require('supertest');
var app = require('../../../../servers/web');
var app = require('../../../servers/web');

describe('controllers/web/package/show_sync.test.js', function () {
describe('controllers/web/show_sync.test.js', function () {
describe('GET /sync/:name', function () {
it('should display ok', function (done) {
request(app.listen())
Expand Down

0 comments on commit eaeafb8

Please sign in to comment.