__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import simulateScroll from './utils/simulateScroll';
const wrapper = document.createElement('div');
wrapper.id = 'jasmineWrapper';
document.body.appendChild(wrapper);
beforeEach(function() {
jasmine.addMatchers({
toBeApprox: function() {
return {
compare: function(actual, expected, within) {
within = within || 1.5;
return {
pass: actual >= expected - within && actual <= expected + within,
};
},
};
},
});
const reporterCurrentSpec = {
specStarted: function(result) {
window.testName = result.fullName;
},
};
jasmine.getEnv().addReporter(reporterCurrentSpec);
const jasmineWrapper = document.getElementById('jasmineWrapper');
jasmineWrapper.innerHTML = '';
simulateScroll(document.body, 0);
});
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| utils | Folder | 0755 |
|
|
| package.json | File | 345 B | 0644 |
|
| setup.js | File | 809 B | 0644 |
|