UNPKG
prosemirror-suggestions
Version:
latest (0.2.0)
0.2.0
ProseMirror plugin for suggestions (i.e. mentions, tags)
prosemirror-suggestions
/
jest.config.js
5 lines
(4 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { testPathIgnorePatterns: [
'/node_modules/'
,
'/example/'
], testURL:
'http://localhost/'
};