@teambit/snapping 1.0.507 → 1.0.508
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +9 -9
- package/artifacts/schema.json +386 -196
- package/dist/snapping.main.runtime.d.ts +15 -2
- package/dist/snapping.main.runtime.js +23 -6
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/tag-model-component.js +1 -1
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +37 -37
- /package/dist/{preview-1736392719731.js → preview-1736535915537.js} +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="13" failures="0" errors="0" skipped="1">
|
|
3
|
-
<testsuite name="teambit.component/snapping@1.0.
|
|
4
|
-
<testcase classname="dist/message-per-component.spec.js" name="should throw an error when the file has no changes" time="0.
|
|
3
|
+
<testsuite name="teambit.component/snapping@1.0.508" tests="13" failures="0" errors="0" skipped="1">
|
|
4
|
+
<testcase classname="dist/message-per-component.spec.js" name="should throw an error when the file has no changes" time="0.002"/>
|
|
5
5
|
<testcase classname="dist/message-per-component.spec.js" name="should assign the default message to the component if empty"/>
|
|
6
6
|
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines per id"/>
|
|
7
7
|
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines for the default message"/>
|
|
8
|
-
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.
|
|
8
|
+
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.52"/>
|
|
9
9
|
<testcase classname="dist/snapping.spec.js" name="should not throw an error if the config was set to ignore MissingPackagesDependenciesOnFs error">
|
|
10
10
|
<skipped/>
|
|
11
11
|
</testcase>
|
|
12
12
|
<testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.001"/>
|
|
13
|
-
<testcase classname="dist/snapping.spec.js" name="should remove the specified dependency"/>
|
|
14
|
-
<testcase classname="dist/snapping.spec.js" name="should be able to list it"
|
|
15
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by tag command" time="1.
|
|
16
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="3.
|
|
17
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="
|
|
18
|
-
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="
|
|
13
|
+
<testcase classname="dist/snapping.spec.js" name="should remove the specified dependency" time="0.001"/>
|
|
14
|
+
<testcase classname="dist/snapping.spec.js" name="should be able to list it"/>
|
|
15
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by tag command" time="1.17"/>
|
|
16
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="3.438"/>
|
|
17
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="5.94"/>
|
|
18
|
+
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="3.212"/>
|
|
19
19
|
</testsuite>
|
|
20
20
|
</testsuites>
|