mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
fix(core): string walk api test error
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"scripts": {
|
||||
"prepublishOnly": "lerna run build",
|
||||
"prepublishOnly": "npm run test",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"publish-all": "lerna publish --conventional-commits --registry=https://registry.npmjs.org/",
|
||||
"test": "lerna run build && lerna run link && lerna run test",
|
||||
|
||||
@@ -78,6 +78,7 @@ describe('@bbob/core', () => {
|
||||
'Large',
|
||||
' ',
|
||||
'Text',
|
||||
' ',
|
||||
{
|
||||
tag: 'test-tag',
|
||||
attrs: {},
|
||||
|
||||
Reference in New Issue
Block a user