Skip to content

Commit

Permalink
test: test session_exist_for_cwd when there's no session
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Aug 7, 2024
1 parent 320bd89 commit 5cd13a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cmds_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe("The default config", function()
end)

it("can save a session for the cwd", function()
assert.False(as.session_exists_for_cwd())
vim.cmd("e " .. TL.test_file)

vim.cmd "SessionSave"
Expand Down

0 comments on commit 5cd13a5

Please sign in to comment.