403Webshell
Server IP : 14.225.204.176  /  Your IP : 216.73.216.169
Web Server : nginx/1.24.0
System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64
User : root ( 0)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/php/zinisoft.net-react/node_modules/aos/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/php/zinisoft.net-react/node_modules/aos/test/aos.spec.js
import $ from 'jquery';
import AOS from '../src/js/aos';

jasmine.getStyleFixtures().fixturesPath = 'base/dist';
jasmine.getFixtures().fixturesPath = 'base/test/fixtures';

describe('AOS -> ', function() {

  beforeEach(function() {
    jasmine.getStyleFixtures().load = 'aos.css';
    jasmine.getFixtures().load('aos.fixture.html');
  });

  afterEach(function() {
    jasmine.getStyleFixtures().cleanUp();
    jasmine.getFixtures().cleanUp();
  });

  it('Should be defined', function() {
    expect(AOS).toBeDefined();
  });

  it('Should have init method', function() {
    expect(AOS.init).toBeDefined();
  });

  it('Should have refresh method', function() {
    expect(AOS.refresh).toBeDefined();
  });

  it('Should have same number of elements after init', function() {
    var elementsCount = $('.aos-item').length;
    var elements = AOS.init();
    expect(elementsCount).toEqual(elements.length);
  });

  it('Should have same number of elements after refresh', function() {
    var elementsCount = $('.aos-item').length;
    var elements = AOS.init();
    elements = AOS.refresh(true);
    expect(elements.length).toEqual(elementsCount);
  });

  it('Should add aos-init class on all elements', function() {
    var elementsCount = $('.aos-item').length;
    AOS.init();
    var elementsWithClass = $('.aos-init');
    expect(elementsCount).toEqual(elementsWithClass.length);
  });

});

Youez - 2016 - github.com/yon3zu
LinuXploit