Skip to content

Commit 94a9d5e

Browse files
committed
fix(snapshot): Add lockfile config to snapshot test
1 parent 71aca12 commit 94a9d5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/snapshot_spec.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ local config = {
6969
prompt_border = 'double',
7070
keybindings = { quit = 'q', toggle_info = '<CR>', diff = 'd', prompt_revert = 'r' },
7171
},
72+
lockfile = {
73+
enable = false,
74+
path = join_paths(stdpath 'config', 'lockfile.lua'),
75+
update_on_upgrade = false,
76+
},
7277
luarocks = { python_cmd = 'python' },
7378
log = { level = 'trace' },
7479
profile = { enable = false },

0 commit comments

Comments
 (0)