mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	remove .only
This commit is contained in:
		@@ -44,7 +44,7 @@ describe('unknown Node', function() {
 | 
			
		||||
        });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    it.only('should evaluate a global environment variable that is a JSONata value', function (done) {
 | 
			
		||||
    it('should evaluate a global environment variable that is a JSONata value', function (done) {
 | 
			
		||||
        const flow = [{
 | 
			
		||||
            id: "n1", type: "global-config", name: "XYZ",
 | 
			
		||||
            env: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user