File: test

package info (click to toggle)
node-enhanced-resolve 5.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: javascript: 11,392; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Remove "should resolve (symlink to) itself" tests in autopkgtest
if (echo $PWD | grep "autopkgtest_tmp"); then
  rm -f test/simple.test.js test/symlink.test.js
fi
jest test/CachedInputFileSystem.test.js \
	test/SyncAsyncFileSystemDecorator.test.js \
	test/forEachBail.test.js test/identifier.test.js \
	test/incorrect-description-file.test.js \
	test/pr-53.test.js