mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			234 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			234 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | import etapi = require("../support/etapi"); | ||
|  | 
 | ||
|  | etapi.describeEtapi("app_info", () => { | ||
|  |   it("get", async () => { | ||
|  |     const appInfo = await etapi.getEtapi("app-info"); | ||
|  |     expect(appInfo.clipperProtocolVersion).toEqual("1.0"); | ||
|  |   }); | ||
|  | }); |