teaspoon Questions
1
I would like to know how to call the function below without refactoring from another js file.
$(document).ready(function() {
check();
function check () {
setTimeout(function(){
location.rel...
Cosmorama asked 21/8, 2018 at 11:10
2
Solved
i'm working on an engine (gem) that has some js code to be tested but seems i can't get it working. I've followed the wiki article and set a basic example, but i'm only getting 0 examples, 0 failur...
Heim asked 5/7, 2016 at 10:12
0
I want to have access to filesystem on a page that is rendering by PhantomJS headless browser.
I catch an error when JS code is trying to interact with filesystem
var fs = require('fs');
...
Re...
Sammysamoan asked 11/6, 2015 at 11:47
2
Solved
I'm trying to create some unit tests in Angular using Jasmine being run through Teaspoon. The tests are running, however I have a simple test just to test the existence of a controller that is fail...
Godbeare asked 7/1, 2014 at 9:42
1
© 2022 - 2024 — McMap. All rights reserved.