We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4558b1e commit 2c6db25Copy full SHA for 2c6db25
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