mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-04 08:09:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								"use strict";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								var assert        = require("chai").assert
							 | 
						||
| 
								 | 
							
								  , isImplemented = require("../../global-this/is-implemented");
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								describe("global-this/is-implemented", function () {
							 | 
						||
| 
								 | 
							
									it("Should return boolean", function () { assert.equal(typeof isImplemented(), "boolean"); });
							 | 
						||
| 
								 | 
							
								});
							 |