Skip to content

Commit 30c09ca

Browse files
committed
move to tests/helpers instead!
1 parent 2054f32 commit 30c09ca

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const languages = require('../languages')
1+
const languages = require('./languages')
22

33
const context = {
44
type: 'object',

middleware/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const express = require('express')
22
const { omit } = require('lodash')
33
const Ajv = require('ajv')
4-
const schema = require('../lib/schemas/events-schema')
4+
const schema = require('../lib/schema-event')
55

66
const OMIT_FIELDS = ['type', 'token']
77

0 commit comments

Comments
 (0)