mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 
								 | 
							
								import etapi = require("../support/etapi");
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								etapi.describeEtapi("backup", () => {
							 | 
						||
| 
								 | 
							
								  it("create", async () => {
							 | 
						||
| 
								 | 
							
								    const response = await etapi.putEtapiContent("backup/etapi_test");
							 | 
						||
| 
								 | 
							
								    expect(response.status).toEqual(204);
							 | 
						||
| 
								 | 
							
								  });
							 | 
						||
| 
								 | 
							
								});
							 |