Skip to content

Commit 9ad6f3c

Browse files
committed
node: Add lockfile v1 header
1 parent 6f390d7 commit 9ad6f3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

node/tests/test_yarn.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
from flatpak_node_generator.providers.yarn import YarnLockfileProvider
1111

1212
TEST_LOCKFILE = """
13-
# random comment
13+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
14+
# yarn lockfile v1
15+
1416
"@scope/name@^1.0.0":
1517
version "1.1.5"
1618
# random comment

0 commit comments

Comments
 (0)