We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe3fbd commit ce81c69Copy full SHA for ce81c69
test/options.test.js
@@ -10,6 +10,8 @@ const SockJSServer = require('../lib/servers/SockJSServer');
10
const config = require('./fixtures/simple-config/webpack.config');
11
12
describe('options', () => {
13
+ jest.setTimeout(20000);
14
+
15
it('should match properties and errorMessage', () => {
16
const properties = Object.keys(options.properties);
17
const messages = Object.keys(options.errorMessage.properties);
0 commit comments