mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-31 14:31:04 +00:00 
			
		
		
		
	test: fix tests
This commit is contained in:
		
					parent
					
						
							
								f78d8bf376
							
						
					
				
			
			
				commit
				
					
						50ba619d9e
					
				
			
		
					 1 changed files with 7 additions and 9 deletions
				
			
		|  | @ -113,15 +113,13 @@ describe("plugin spec opt", function() | |||
|   end) | ||||
| 
 | ||||
|   it("refuses to merge", function() | ||||
|     assert.has.errors(function() | ||||
|       Plugin.Spec.new({ | ||||
|         { "foo/dep1", config = 1 }, | ||||
|         { | ||||
|           "foo/bar", | ||||
|           dependencies = { { "foo/dep1", config = 2 }, "foo/dep2" }, | ||||
|         }, | ||||
|       }) | ||||
|     end) | ||||
|     Plugin.Spec.new({ | ||||
|       { "foo/dep1", config = 1 }, | ||||
|       { | ||||
|         "foo/bar", | ||||
|         dependencies = { { "foo/dep1", config = 2 }, "foo/dep2" }, | ||||
|       }, | ||||
|     }) | ||||
|   end) | ||||
| 
 | ||||
|   -- it("recursive deps", function() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue