Skip to content

Commit 154224e

Browse files
committed
refactor: Typo fix
1 parent cdb3ebd commit 154224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mock-helpers.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const app = express();
77
app.use('/api', apiMocker('test/mocks/helpers'));
88

99
describe('Helpers', () => {
10-
it('delay, creted(status), json response', (done) => {
10+
it('delay, created(status), json response', (done) => {
1111
request(app)
1212
.post('/api/users')
1313
.expect('Content-Type', /json/)

0 commit comments

Comments
 (0)