File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "clean" : " node_modules/.bin/rimraf lib" ,
88 "build" : " npm run clean && npm run build:js" ,
9- "build:js" : " BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='__test__/*' src" ,
9+ "build:js" : " BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='**/ __test__/*' src" ,
1010 "prepublish" : " npm run build" ,
1111 "start:dev" : " node_modules/.bin/babel-node ./demo/server.js" ,
1212 "start" : " npm run start:dev" ,
Original file line number Diff line number Diff line change 22// import { shallow } from 'enzyme';
33// import { expect } from 'chai';
44
5- describe ( 'checkbox ' , ( ) => {
5+ describe ( 'draft-js-markdown-shortcuts-plugin ' , ( ) => {
66 it ( 'is pending' ) ;
77} ) ;
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ const inlineMatchers = {
1111 ] ,
1212 CODE : [
1313 / ` ( [ ^ ` ] + ) ` / g
14+ ] ,
15+ STRIKETHROUGH : [
16+ / ~ ~ ( [ ^ ( ? : ~ ~ ) ] + ) ~ ~ / g
1417 ]
1518} ;
1619
You can’t perform that action at this time.
0 commit comments