Lines Matching defs:test
37 function test(file, expected) {
45 // Change CWD as we do this test so it's not dependent on current CWD
46 // being in the test folder
48 test('test-init', 'Loaded successfully!');
49 test('test-init.js', 'Loaded successfully!');
53 // test-init-index is in fixtures dir as requested by ry, so go there
55 test('test-init-index', 'Loaded successfully!');
62 process.chdir(fixtures.path('test-init-native'));
63 test('fs', 'fs loaded successfully');