Skip to content

Commit 0041d74

Browse files
committed
fix(snapshot): Add lockfile config to snapshot test
1 parent 130fdb9 commit 0041d74

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)