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:
+1
-1
@@ -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",
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ describe('@bbob/core', () => {
|
|||||||
'Large',
|
'Large',
|
||||||
' ',
|
' ',
|
||||||
'Text',
|
'Text',
|
||||||
|
' ',
|
||||||
{
|
{
|
||||||
tag: 'test-tag',
|
tag: 'test-tag',
|
||||||
attrs: {},
|
attrs: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user