2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00

fix(core): string walk api test error

This commit is contained in:
Nikolay Kostyurin
2018-09-24 01:02:43 +02:00
parent 49fb42f905
commit bdd8bbd65d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"scripts": { "scripts": {
"prepublishOnly": "lerna run build", "prepublishOnly": "npm run test",
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"publish-all": "lerna publish --conventional-commits --registry=https://registry.npmjs.org/", "publish-all": "lerna publish --conventional-commits --registry=https://registry.npmjs.org/",
"test": "lerna run build && lerna run link && lerna run test", "test": "lerna run build && lerna run link && lerna run test",
+1
View File
@@ -78,6 +78,7 @@ describe('@bbob/core', () => {
'Large', 'Large',
' ', ' ',
'Text', 'Text',
' ',
{ {
tag: 'test-tag', tag: 'test-tag',
attrs: {}, attrs: {},