Adding tests for the user service , and closing a few logic errors. Adding support for a single wild card for matching all users.
This commit is contained in:
parent
aca23dc56e
commit
9252af8138
|
@ -35,6 +35,7 @@ module.exports = {
|
|||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
|
||||
{ from: '*.css', to: 'vendor/bpmn-js-color-picker', context: 'node_modules/bpmn-js-color-picker/colors' },
|
||||
{
|
||||
from: 'assets/**',
|
||||
to: 'vendor/bpmn-js-properties-panel',
|
||||
|
|
Loading…
Reference in New Issue