Skip to content

Commit c4fef59

Browse files
committed
style(tests): match indention for modules
1 parent de3e7a8 commit c4fef59

File tree

1 file changed

+2
-2
lines changed
  • templates/express/test/thing

1 file changed

+2
-2
lines changed

Diff for: templates/express/test/thing/api.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
22

33
var should = require('should'),
4-
app = require('../../../server'),
5-
request = require('supertest');
4+
app = require('../../../server'),
5+
request = require('supertest');
66

77
describe('GET /api/awesomeThings', function() {
88

0 commit comments

Comments
 (0)